[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


CREATE_MULTIPLE_PA_RADIAL terminate action

CREATE_MULTIPLE_PA_RADIAL creates one or more parts or assemblies along a circular arc.

Syntax


  ---->(CREATE_MULTIPLE_PA_RADIAL)----+
                                      |
   +----------------------------------+
   |
   |      +--------------------------<---------------------------+
   |      |                                                      |
   +------+-------------------------->---------------------------+---->
          |                                                      |
          +--(:COPY)---------------------------------------->----+
          |                                                      |
          +--(:SHARE)--------------------------------------->----+
          |                                                      |
          +--(:SOURCE)--|source part or assembly|----------->----+
          |                                                      |
          +--(:BASENAME)--|string|-------------------------->----+
          |                                                      |
          +--(:OWNER)--|part_lib or assembly|--------------->----+
          |                                                      |
          +--(:ONELEVEL)--|onelevel or deep copy (:ON/:OFF)|-----+
          |               (copy only)                            |
          |                                                      |
          +--(:KEEP_ATTR)--|keep attributes (:ON/:OFF)|----------+
          |                (share only)                          |
          |                                                      |
          +--(:COUNT)--|number of new parts|---------------->----+
          |                                                      |
          +--(:AXIS)--|MEASURE_AXIS_3D_SA|------------------>----+
          |                                                      |
          +--(:ANGLE_INCREMENT)--|angle|-------------------->----+

Options

The following options are available to create your new parts or assemblies.

When to use

Use this action to create parts or assemblies along a circular arc.

Example

The following parameter sequence creates a shared array.

CREATE_MULTIPLE_PA_RADIAL [specify source part or assembly] :BASENAME "p1" :OWNER "/assy1" :COUNT 1 :AXIS [use MEASURE_AXIS_3D_SA] :ANGLE_INCREMENT 25 COMPLETE

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

See also

MEASURE_AXIS_3D_SA subaction CREATE_MULTIPLE_PA_RADIAL terminate action CREATE_MULTIPLE_PA terminate action CURRENT_PART terminate action
[Contents] [Index] [Books]