| SoVRDicomDataGetOrientation Method  | 
Returns the orientation of the DICOM volume. 
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic bool GetOrientation(
	out SbMatrix orientation
)
Public Function GetOrientation ( 
	<OutAttribute> ByRef orientation As SbMatrix
) As Boolean
public:
bool GetOrientation(
	[OutAttribute] SbMatrix% orientation
)
member GetOrientation : 
        orientation : SbMatrix byref -> bool 
Parameters
- orientation
 - Type: OIV.InventorSbMatrix
 
Return Value
Type: 
BooleanTrue if file contains orientation information. 
RemarksThis 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