PoAngularAxis Constructor (Single, Single, Single, Single, Single) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoAngularAxis(
float _offset,
float _startAngle,
float _endAngle,
float _radius,
float _angleStep
)
Public Sub New (
_offset As Single,
_startAngle As Single,
_endAngle As Single,
_radius As Single,
_angleStep As Single
)
public:
PoAngularAxis(
float _offset,
float _startAngle,
float _endAngle,
float _radius,
float _angleStep
)
new :
_offset : float32 *
_startAngle : float32 *
_endAngle : float32 *
_radius : float32 *
_angleStep : float32 -> PoAngularAxis
Parameters
- _offset
- Type: SystemSingle
- _startAngle
- Type: SystemSingle
- _endAngle
- Type: SystemSingle
- _radius
- Type: SystemSingle
- _angleStep
- Type: SystemSingle
Remarks See Also