Click or drag to resize
SoVRDicomDataGetOrientation Method

Returns the orientation of the DICOM volume.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.3.0 (2024.1.3)
Syntax
public bool GetOrientation(
	out SbMatrix orientation
)

Parameters

orientation
Type: OIV.InventorSbMatrix

Return Value

Type: Boolean

True if file contains orientation information.

Remarks

This orientation can be used with a transform node, for example OIV.Inventor.Nodes.SoRotation It is computed from the DICOM Image Orientation Patient. If this element is not available, orientation will be set to the identity matrix.

See Also