PoPieChartsliceAngleStep Property |
Slice are approximated by a polygon, that is a sequence of straight line segments.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat sliceAngleStep { get; }
Public ReadOnly Property sliceAngleStep As SoSFFloat
Get
public:
property SoSFFloat^ sliceAngleStep {
SoSFFloat^ get ();
}
member sliceAngleStep : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks sliceAngleStep is the angle formed by two consecutive points of the polygon relative to the center of the slice.
See Also