Go to:
Return value. Related commands. Flags. Examples.
Synopsis
polySeparate [poly]
This command creates new objects from the given poly.
A new object will be created for each section of the mesh
that is distinct (no edges connect it to the rest of the mesh).
This command can only separate one object at a time.
Return value
string[] Object name(s) and node name.
Related commands
polyBoolOp, polyUniteFlags
constructionHistory, name, object
Long name (short name) | [argument types] | Properties |
---|
-name
(-n)
| string |  |
|
Gives a generic name to the resulting objects.
|
|
-constructionHistory
(-ch)
| boolean |   |
|
Turn the construction history on or off (where applicable).
Q: When queried, this flag returns an int.
|
|
-object
(-o)
| boolean |  |
|
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
polyPlane -n plg -w 5 -h 5; delete plg.f[20:29];
polySeparate plg;