Go to: Return value. Related commands. Flags. Examples.

Synopsis

polyUnite poly1 poly2 [poly3 ...]

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.

Return value

string string Object name and node name.

Related commands

polySeparate, polyBoolOp

Flags

constructionHistory, name, object

Long name (short name)[argument types]Properties
-name (-n) stringcreate
Name the resulting object.
-constructionHistory (-ch) booleanquerycreate
Turn the construction history on or off (where applicable).
Q: When queried, this flag returns an int.
-object (-o) booleancreate
Create the result, or just the dependency node (where applicable).

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

Examples


	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;