SoImageDataAdapterSetDirection Method |
Set the direction cosines of rows and columns.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetDirection(
SbVec3f rowDirection,
SbVec3f columnsDirection
)
Public Sub SetDirection (
rowDirection As SbVec3f,
columnsDirection As SbVec3f
)
public:
void SetDirection(
SbVec3f rowDirection,
SbVec3f columnsDirection
)
member SetDirection :
rowDirection : SbVec3f *
columnsDirection : SbVec3f -> unit
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