Go to: Synopsis. Return value. Flags. MEL examples.
polyUVStackSimilarShells [-onlyMatch] [-tolerance float]
selectionItem[]
polyUVStackSimilarShells is undoable, NOT queryable, and NOT editable.
Stack Similar UV Shells.
string[] | UVs of stacked UV Shells or target UV shells. |
onlyMatch, tolerance
Long name (short name) |
Argument types |
Properties |
|
-onlyMatch(-om)
|
|
|
|
If this flag is true, only match UV shells and return UVs of target UV shells but don't stack.
|
|
-tolerance(-to)
|
float
|
|
|
The tolerance setting for stacking how similar UV shells.
|
|
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.
|
// Stack Similar UV Shells with tolerance.
polyUVStackSimilarShells -to 0.001;