![]() |
![]() |
![]() |
HELIX_ADD sweeps a profile about an axis to create a helical part.
+---------------------<----------------------+
| |
--->(HELIX_ADD)--+--(:BLANK_PART)--|specify part|-------------+---->
| |
+--(:WP)--|workplane|------------------------+
| |
+--(:AXIS)--|axis|---------------------------+
| |
+--(:PITCH)--|pitch|-------------------------+
| |
+--(:TURNS)--|number of turns|---------------+
| |
+--(:RIGHT)--+--(:ON)---+--------------------+
| | | |
| +--(:OFF)--+ |
| |
+--(:PREVIEW)-------------------->-----------+
| |
+--(:CHECK)--+--(:ON)---+--------------------+
| |
+--(:OFF)--+
hsp12 by
performing a five-turn left-hand sweep about an
axis defined by two points. The pitch
of the new helical part is 40. The Preview option is used.
HELIX_ADD :BLANK_PART "/hsp12" :AXIS :TWO_PTA (gpntwc 21 27 3 "vport1") (gpntwc 21 63 3 "vport1") :PITCH 40 :TURNS 5 :RIGHT :OFF :PREVIEW
All part and workplane names must be enclosed in double quotes (" ").
![]() |
![]() |
![]() |