SoGetObliquePlaneFromVolumeProcessing3dpointCoordinates Property |
Coordinates of a point of the 3D section.
Namespace: OIV.ImageViz.Engines.ImageManipulation.ImageEditingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec3i32 pointCoordinates { get; }
Public ReadOnly Property pointCoordinates As SoSFVec3i32
Get
public:
property SoSFVec3i32^ pointCoordinates {
SoSFVec3i32^ get ();
}
member pointCoordinates : SoSFVec3i32 with get
Property Value
Type:
SoSFVec3i32Remarks Default value is SbVec3i32(0,0,0).
See Also