SoInertiaMomentProcessing2drotationAngle Property |
The orientation of the rotation axis in degrees (not radians).
Namespace: OIV.ImageViz.Engines.ImageAnalysis.MorphometryAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat rotationAngle { get; }
Public ReadOnly Property rotationAngle As SoSFFloat
Get
public:
property SoSFFloat^ rotationAngle {
SoSFFloat^ get ();
}
member rotationAngle : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks A positive value means that the angle is taken from the positive X axis to the postive Y axis. Default value is 10.0f.
See Also