Click or drag to resize
SoDataSetfileName Property

Indicates the file location containing the data set.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoSFFilePathString fileName { get; }

Property Value

Type: SoSFFilePathString
Remarks

Default is an empty string. Depending on the file type, the corresponding SoVolumeReader (if it exists) is used.

File Extension Loader Class Description
.am SoVRAmFileReaderAmira Mesh file format
.dc3, .dic, .dicom SoVRDicomFileReaderDicom file format
.fld SoVRAvsFileReaderAVS field file format
.lda or .ldm SoVRLdmFileReaderLarge Data Management file format
.sgy or .segy SoVRSegyFileReaderSEG Y revision 1 file format
.vol SoVRVolFileReaderVol file format
.vox SoVRVoxFileReaderVox file format
.lst SoVRRasterStackReaderLst file format

The filename extension is not case sensitive.

Note: SoDataSet and its derived classes (SoVolumeData, etc) do not search the SoInput directory list to find files specified in this field. To check file existence and other properties the SbFileHelper class may be useful.

See Also