REFLECT_3D does the following operations in one step:
- Makes a copy
- Mirrors the copy
- Unites the copy with the original
--->(REFLECT_3D)-+---<--------------------------------------------+
| |
+---(:PARTS)--------------|sel-part|------------>+
| |
+---(:REFLECT_PLANE)------|measure_axis_3d_sa|---+
| |
+---(:BOTH_SIDES)----+---(:ON)---+---------------+
| |
+--(:OFF)---+
- :PARTS - list of parts to be reflected
- :REFLECT_PLANE - specifies the plane about
which parts are reflected (same as in mirror).
- :BOTH_SIDES - has the options:
- :ON - material on both sides of the reflect-plane
is mirrored and united.
- :OFF - the parts are cut at the reflect-plane
and only the part facing away from the normal to the
reflect-plane is copied and united.
Use this action when you want to copy and unite
parts.
This example copies "PartA", and then mirrors and unites
material on both sides of the reflect-plane.
REFLECT_3D "/partA" :BOTH_SIDES :ON
All part names must be enclosed by double quotes (" ").