Click or drag to resize
SoVRDicomFileReaderSetDirectory Method

Specify a directory containing DICOM files to load.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SetDirectory(
	string folder
)

Parameters

folder
Type: SystemString

The folder from which to load files.

Return Value

Type: Boolean

true if successful.

Remarks

Each file in this folder that has a supported extension (currently ".dc3", ".dic", ".dcm", or ".dicom") will be loaded. If the DICOM files have an unsupported extension, use the () function instead.

All the DICOM files in the specified directory should be part of the same volume data set. If not, the results are undefined.

Note Note

Member available since Open Inventor 9.4.1

See Also