SoRotateProcessing2drotationCenter Property |
The rotation center coordinates.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFVec2i32 rotationCenter { get; }
Public ReadOnly Property rotationCenter As SoSFVec2i32
Get
public:
property SoSFVec2i32^ rotationCenter {
SoSFVec2i32^ get ();
}
member rotationCenter : SoSFVec2i32 with get
Property Value
Type:
SoSFVec2i32Remarks Default value is SbVec2i32(0,0).
See Also