Version: 
Back to list

CAD :: createHelixCurve

Synopsis

   Create an helix curve

GUI Dialog

   

Script function

   cad.createHelixCurve(radius, pitch, matrix[, trigonometrixOrientation]) -> helixCurve

Parameters

   radius (Distance) : Radius of the helix
   pitch (Distance) : Height of one revolution
   matrix (Matrix4) : Transformation matrix
   trigonometrixOrientation (Boolean[optional] : Orientation of the rotation

Return value

   helixCurve (Curve) : Helix curve