![]() |
![]() |
![]() |
HELIX_REM sweeps a profile along a helical path to remove material from an existing part.
+---------------------<----------------------+
| |
--->(HELIX_REM)--+--(:BLANK_PART)--|specify part|-------------+---->
| |
+--(:WP)--|workplane|------------------------+
| |
+--(:AXIS)--|axis|---------------------------+
| |
+--(:PITCH)--|pitch|-------------------------+
| |
+--(:TURNS)--|number of turns|---------------+
| |
+--(:RIGHT)--+--(:ON)---+--------------------+
| | | |
| +--(:OFF)--+ |
| |
+--(:PREVIEW)-------------------->-----------+
| |
+--(:CHECK)--+--(:ON)---+--------------------+
| |
+--(:OFF)--+
rem_hel_2 by
performing a 7.5 turn right-hand sweep about a
horizontal axis. The pitch
of the new helical part is 27.45.
HELIX_REM :BLANK_PART "/rem_hel_2" :AXIS :HORIZ (gpntwc 102 57 399 "vport1") :PITCH 27.45 :TURNS 7.5
All part and workplane names must be enclosed in double quotes (" ").
![]() |
![]() |
![]() |