THICKEN_FACE_PART creates a solid of defined thickness
from a face part.
+---------------<----------------+
| |
--->(THICKEN_FACE_PART)--+--(:FACE_PART)--|specify part|--+---->
| |
+--(:DISTANCE)--|distance|-------+
| |
+--+--(:SINGLE_SIDE)--+----------+
| | | |
+ +--(:BOTH_SIDES)---+ |
| |
+--+--(:REP)-----+---------------+
| |
+--(:NO_REP)--+
The following options are available:
- :FACE_PART - specifies the name of the face part to be thickened.
- :DISTANCE - specifies the thickness in the current length units.
You can specify a negative value if the face part is to be
thickened in its negative normal direction.
- :SINGLE_SIDE - specifies that the part will be thickened
in its (positive or negative) normal direction.
- :BOTH_SIDES - specifies that the part will be thickened
by half the specified distance in its positive and negative
normal directions.
- :REP - specifies that the part will be checked and repaired
if necessary.
- :NO_REP - specifies that the part will not be checked.
Use this action to produce a solid part of given thickness
from a face part.
The following example creates a face part named bls22
to a solid. The thickness of this new solid is 2.24, half
of which (1.12) is added to the positive side and to the negative side
of the face part. The check and repair function is on.
THICKEN_FACE_PART
:FACE_PART "/bls22"
:DISTANCE 2.24
:BOTH_SIDES
:REP
All part names must be enclosed in double quotes (" ").
EXTRUDE_FACE terminate action