SoVRDicomDataGetOrientation Method |
Returns the orientation of the DICOM volume.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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.
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