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: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFFilePathString fileName { get; }

Property Value

Type: SoSFFilePathString
Remarks

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.SoVRAmFileReaderAmira Mesh file format
.dc3, .dic, .dicom OIV.VolumeViz.Readers.SoVRDicomFileReaderDicom file format
.fld OIV.VolumeViz.Readers.SoVRAvsFileReaderAVS field file format
.lda or .ldm OIV.LDM.Readers.SoVRLdmFileReaderLarge Data Management file format
.sgy or .segy OIV.VolumeViz.Readers.SoVRSegyFileReaderSEG Y revision 1 file format
.vol OIV.VolumeViz.Readers.SoVRVolFileReaderVol file format
.vox OIV.VolumeViz.Readers.SoVRVoxFileReaderVox file format
.lst OIV.VolumeViz.Readers.SoVRRasterStackReaderLst 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.

See Also