Role: Allows to access data of the Spiral feature. This data includes:
- type
- support
- centre point
- axis
- starting radius
- orientation
- ending angle
- ending radius
- revolution
- pitch
- See also:
Properties
- Property Axis() As
- Reads / Changes the Spiral axis (Reference direction).
- Property CenterPoint() As
- Reads / Changes the center point of the Spiral.
- Property ClockwiseRevolution() As
-
Reads / Modifies the sense of revolutions .
FALSE means that revolutions are counter-clockwise.
TRUE means that revolutions are clockwise. - Property EndingAngle() As
- Reads / Changes the Ending Angle of the Spiral.
- Property EndingRadius() As
- Reads / Changes the ending radius of the Spiral.
- Property InvertAxis() As
-
Reads / Modifies the orientation .
FALSE means that there is no invertion (natural orientation).
TRUE to invert this orientation. - Property Pitch() As
- Reads / Changes the pitch of the Spiral.
- Property RevolNumber() As
- Reads / Changes the revolution number of the Spiral.
- Property StartingRadius() As
- Reads / Changes the starting radius of the Spiral.
- Property Support() As
- Reads / Changes the spiral plane support.
- Property Type() As
- Reads / Changes the spiral type.
Methods
- Sub SetAnglePitchParam( iEndAngle, iRevolNumber, iPitch)
- Sets Angle pitch parameter.
- Sub SetAngleRadiusParam( iEndAngle, iRevolNumber, iEndRadius)
- Sets Angle radius parameters.
- Sub SetRadiusPitchParam( iEndRadius, iPitch)
- Sets Radius pitch parameter.