EXTRUDE_FACE creates a part or adds material to a part. You either
extrude a face towards a plane or into a direction for a certain
distance.
+-------------------<-------------------------+
| |
--->-EXTRUDE_FACE--+--(:PARTS)------------|part name|------------+-->
| |
+--(:TOOL_PART)--------|specify face part|----+
| |
+--(:TO_PLANE)---------|specify plane|--------+
| |
+--(:EXTRUDE_DIRECTION)--|MEASURE_DIR_3D_SA|--+
| |
+--(:DISTANCE)---------|distance|-------------+
| |
+--(:KEEP_TOOL)---+---(:YES)--+---------------+
| |
+---(:NO)---+
The following options are available to extrude a face:
- :PARTS - Specify the part you create or add material to.
The system defaults to the active part, if it's empty.
If not, the system defaults to a new part name.
- :TOOL_PART - Specify the face part to extrude.
If the active part is a face part, it is the default entry.
- :TO_PLANE - Specify the plane you want the face to extrude to.
- :EXTRUDE_DIRECTION - Specify the extrude direction.
(MEASURE_DIR_3D_SA is a subaction for defining a vector direction.)
- :DISTANCE - Specify the distance you want to extrude.
- :KEEP_TOOL - Specify if you want to keep the face part after
the operation (:YES) or delete it (:NO) (optional).
The default is :YES.
Use this action to extrude a face part to a plane or in a direction
for a specified distance.
The following parameter sequence extrudes a face part up to the specified
plane, normal to that plane.
EXTRUDE_FACE :PARTS [name] :TOOL_PART [name] :TO_PLANE [name]
EXTRACT_FACE terminate action
THICKEN_FACE_PART terminate action