kcl → types →
HelixData
Data for a helix.
Type: object
Properties
Property | Type | Description | Required |
---|---|---|---|
revolutions | number | Number of revolutions. | No |
angleStart | number | Start angle (in degrees). | No |
ccw | boolean | Is the helix rotation counter clockwise? The default is false . | No |
length | number | Length of the helix. | No |
radius | number | Radius of the helix. | No |
axis | Axis3dOrEdgeReference | Axis to use as mirror. | No |