TURN creates a spun part.
+-------------------<----------------+
| |
---->(TURN)--+--(:PART)--|part|-------------------+---->
| |
+--(:WP)--|wp|-----------------------+
| |
+--(:ROTATION_ANGLE)--|angle|--------+
| |
+--(:AXIS)--|MEAS_AXIS_3D_SA|--------+
| |
+--(:KEEP_WP)--+--(:YES)--+----------+
| | | |
| +--(:NO)---+ |
| |
+--(:KEEP_PROFILE)--+--(:YES)--+-----+
| |
+--(:NO)---+
The following options are available to create a turned part.
- :PART - specifies the part to be spun.
- :WP - specifies a workplane.
- :ROTATION_ANGLE - specifies the angle of rotation.
- :AXIS - specifies the rotation axis.
- :KEEP_WP - selects whether to keep the workplane containing the tool on completion of machining.
- :KEEP_PROFILE - selects whether to keep the profile(s) on completion of the turn operation.
When set to :NO, the workplane is cleared of 2D geometry.
Use this action to create a part by spinning a tool about
an axis, through either a complete revolution (360 degrees),
or a part of a revolution (rotation angle).
The following parameter sequence turns an existing profile. On completion the workplane
and profile are removed.
TURN :PART "/p1" :WP "/wp1" :ROTATION_ANGLE 360 :AXIS [use the
MEAS_AXIS_3D_SA subaction to define an axis] :KEEP_WP :NO
All part and workplane names must be enclosed
by double quotes (" ").
MEASURE_AXIS_3D_SA subaction