![]() |
![]() |
![]() |
CREATE_WORKPLANE creates new, copied or shared workplanes with the name, and owner you specify. The new workplane will become the active workplane.
---->(CREATE_WORKPLANE)----+----(:NEW)-------+----+
| | |
+----(:COPY)------+ |
| | v
+----(:SHARE)-----+ |
|
+----------------------<----------------------+
|
v +------------------------------<--------------------------+
| | |
+->--+--+-------------------------->---------------------------+-->--
| | |
| +--(:NAME)--|string|-----------------------------------+
| | |
| +--(:OWNER)--|select wp_set|---------------------------+
| | |
^ +--(:SOURCE)--|select ref wp|--------------------------+
| | |
| +--(:KEEP_ATTR)--|keep attributes (:ON/:OFF)|----------+
| | (share only) |
| | |
| +--|POSITION_WP_SA|------------------------------------+
| |
| +--(:NEXT)--+
| |
+-------<------+
CREATE_WORKPLANE :COPY [specify original] :NAME "wp2" :OWNER "/wps1" [use POSITION_WP_SA] COMPLETE
All workplane names must be enclosed by double quotes (" ").
![]() |
![]() |
![]() |