COPY_WPSET creates a copy of a workplane set with the name, and
position you specify.
+---------<------------------------+
V |
-->--(COPY_WPSET)-+---+------------->--------------------+---->
| | |
| +--(:NAME)--|string|---------------+
| | |
| +--(:SOURCE)--|select ref wp|------+
| | |
| +--|position_wp_sa|----------------+
| |
| +--(:NEXT)--+
| |
+-------<-------+
The following options are available when copying a workplane set:
- :NAME - specifies a workplane set name.
The default name is "s*", where * is an integer number that
guarantees a unique name.
- :SOURCE - specifies a single workplane out of the source
workplane set. You must specify an individual reference workplane
not the workplane set.
- :NEXT - accepts the workplane set and allows you to copy the
next workplane set. Each time :NEXT is invoked, a workplane set
is created from the current definition. The definition is
maintained, so additional workplane sets can be created quickly
if slight modifications must be made.
Use this action to copy one or more workplane sets.
The following parameter sequence creates a new copied workplane set.
COPY_WPSET :SOURCE [specify original] :NAME "s2"
CREATE_WORKPLANE terminate action