SoDataSetfileName Property |
Indicates the file location containing the data set.
Namespace: OIV.LDM.Nodes
Default is an empty string. Depending on the file type, the corresponding OIV.LDM.Readers.SoVolumeReader (if it exists) is used.
File Extension | Loader Class | Description |
.am | OIV.VolumeViz.Readers.SoVRAmFileReader | Amira Mesh file format |
.dc3, .dic, .dicom | OIV.VolumeViz.Readers.SoVRDicomFileReader | Dicom file format |
.fld | OIV.VolumeViz.Readers.SoVRAvsFileReader | AVS field file format |
.lda or .ldm | OIV.LDM.Readers.SoVRLdmFileReader | Large Data Management file format |
.sgy or .segy | OIV.VolumeViz.Readers.SoVRSegyFileReader | SEG Y revision 1 file format |
.vol | OIV.VolumeViz.Readers.SoVRVolFileReader | Vol file format |
.vox | OIV.VolumeViz.Readers.SoVRVoxFileReader | Vox file format |
.lst | OIV.VolumeViz.Readers.SoVRRasterStackReader | Lst file format |
The filename extension is not case sensitive.
Note: OIV.LDM.Nodes.SoDataSet and its derived classes (OIV.VolumeViz.Nodes.SoVolumeData, etc) do not search the OIV.Inventor.SoInput directory list to find files specified in this field. To check file existence and other properties the OIV.Inventor.Helpers.SbFileHelper class may be useful.