PoAngularAxisangleStep Property |
Angular distance in radians between two graduations.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat angleStep { get; }
Public ReadOnly Property angleStep As SoSFFloat
Get
public:
property SoSFFloat^ angleStep {
SoSFFloat^ get ();
}
member angleStep : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks If this value is <= 0, the angle step is automatically calculated according to the ratio radius and the current domain (see OIV.MeshViz.Graph.PoBase description).
See Also