![]() |
![]() |
![]() |
CREATE_MULTIPLE_PA_RADIAL creates one or more parts or assemblies along a circular arc.
---->(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|-------------------->----+
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 (" ").
![]() |
![]() |
![]() |