![]() |
![]() |
![]() |
CREATE_MULTIPLE_PA_ARRAY creates one or more parts or assemblies, with translational offsets.
---->(CREATE_MULTIPLE_PA_ARRAY)----+
|
+------------------------------+
|
| +--------------------------<---------------------------+
| | |
+---+-------------------------->---------------------------+---->
| |
+--(: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|--------------->-----+
| |
+--(:DIRECTION)--|MEASURE_DIR_3D_SA|------------->-----+
| |
+--(:OFFSET)--|distance|------------------------->-----+
CREATE_MULTIPLE_PA_ARRAY [specify source part or assembly] :BASENAME "p1" :OWNER "/assy1" :COUNT 1 :DIRECTION [use MEASURE_DIR_3D_SA] :OFFSET 25 COMPLETE
All pathnames must be enclosed by double quotes (" ").
![]() |
![]() |
![]() |