obj list = UNITE/obj,WITH,obj list1[,CNT,c][,IFERR,label:]
Allows you to combine several solids into one by specifying a target solid and a list of solids to be united to the target. The resulting solid body is parametric. In order for the unite operation to be useful, the specified solids must intersect.
In order to unite sheet bodies, they must meet at their edges unless they have overlapping faces.
Parameter |
Description |
obj |
The target solid. |
WITH |
Minor word specifying that the target solid is united with the following object list. |
obj list1 |
List of solid objects to be united with the target solid. Maximum allowed in list is 1000. |
CNT |
Optional minor word indicating that a count of solid objects is to be returned. |
c |
Variable which returns the number of solid objects. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. Possible errors include: maximum amount of objects exceeded; illegal object specified; cannot unite opposed sheets; can't unite solid with sheet, etc. |