[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


CREATE_PART terminate action

CREATE_PART creates a new empty part in which you can create elements.

Syntax


---->(CREATE_PART)----+
                      |
     +--------<-------+
     |
     |    +--------------------------<----------------------------+
     |    |                                                       |
     +----+--(:NAME)--|string|------------------------>-----------+---->
          |                                                       |
          +--(:OWNER)--|part lib or assembly|--------->-----------+

Options

The following options are available to create your new part.

When to use

Use this action to create a new part in which to create your model.

Example

Enter CREATE_PART and specify the part name, and the assembly to own the new part.

The following parameter sequence creates "p7", which will be owned by "/a6".

CREATE_PART :NAME "p7" :OWNER "/a6"

All part names must be enclosed by double quotes (" ").

See also

CURRENT_PART terminate action CREATE_MULTIPLE_PA terminate action CREATE_MULTIPLE_PA_ARRAY terminate action CREATE_MULTIPLE_PA_RADIAL terminate action
[Contents] [Index] [Books]