Click or drag to resize
SoImageDataAdapterSetDirection Method

Set the direction cosines of rows and columns.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetDirection(
	SbVec3f rowDirection,
	SbVec3f columnsDirection
)

Parameters

rowDirection
Type: OIV.InventorSbVec3f
columnsDirection
Type: OIV.InventorSbVec3f
Remarks

The row direction is a vector that points from the origin to the point (1,0,0). The column direction is a vector that points from the origin to the point (0,1,0).

In the DICOM standard, this information corresponds to the tag "Image Orientation (Patient) (0020,0037)"

See Also