[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


CREATE_MULTIPLE_PA terminate action

CREATE_MULTIPLE_PA creates multiple parts or assemblies.

Syntax


  -->--(CREATE_MULTIPLE_PA)--+--(:COPY)---+--+
                             |            |  |
                             +--(:SHARE)--+  v
                                             |
 +--------------------<----------------------+
 |
 v        +---------------------------<---------------------------+
 |        |                                                       |
 +-->--+--+--------------------------->---------------------------+-->--
       |  |                                                       |
       |  +--(:NAME)--|string|------------------------------------+
       |  |                                                       |
       |  +--(:OWNER)--|select root or assembly|------------------+
       |  |                                                       |
       ^  +--(:SOURCE)--|select source part or assembly|----------+
       |  |                                                       |
       |  +--(:ONELEVEL)--|onelevel or deep copy (:ON/:OFF)|------+
       |  |               (copy only)                             |
       |  |                                                       |
       |  +--(:KEEP_ATTR)--|keep attributes (:ON/:OFF)|-----------+
       |  |                (share only)                           |
       |  |                                                       |
       |  +--|POSITION_PA_SA|-------------------------------------+
       |  |
       |  +--(:NEXT)--+
       |              |
       +-------<------+

Options

The following options are available to define your parts and assemblies.

When to use

Use this action to create parts or assemblies, as copies of or sharing geometry with existing parts or assemblies.

Example

The following parameter sequence creates a shared part.

CREATE_MULTIPLE_PA :SHARE :SOURCE "/p1" :NAME "p2" :OWNER "/" [position part using POSITION_PA_SA] COMPLETE

All filenames must be enclosed by double quotes (" ").

See also

CURRENT_PART terminate action POSITION_PA_SA subaction CREATE_MULTIPLE_PA_RADIAL terminate action CREATE_MULTIPLE_PA_ARRAY terminate action
[Contents] [Index] [Books]