![]() |
![]() |
![]() |
CREATE_PART creates a new empty part in which you can create elements.
---->(CREATE_PART)----+
|
+--------<-------+
|
| +--------------------------<----------------------------+
| | |
+----+--(:NAME)--|string|------------------------>-----------+---->
| |
+--(:OWNER)--|part lib or assembly|--------->-----------+
The default name is "p*", where * is an integer number that guarantees a unique name.
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 (" ").
![]() |
![]() |
![]() |