Go to: Synopsis. Flags. Return value. Related. MEL examples.
polyUnite [-constructionHistory boolean] [-name string] [-object boolean]
poly1 poly2 [poly3 ...]
polyUnite is undoable, queryable, and editable.
This command creates a new poly as an union of a list of polys
If no objects are specified in the command line, then the
objects from the active list are used.
constructionHistory, name, object
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command
|
string[] Object name and node name.
polyBoolOp, polySeparate
polySphere -n plg1;
polyCube -w 2 -h .2 -d 2 -n plg2; move 0 -1.1 0;
polyCube -w 2 -h .2 -d 2 -n plg3; move 0 1.1 0;
polyUnite -n result plg1 plg2 plg3;
rotate 0 0 90 result;
Return to Autodesk Index