Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

polyUVStackSimilarShells [-onlyMatch] [-tolerance float] selectionItem[]

polyUVStackSimilarShells is undoable, NOT queryable, and NOT editable.

Stack Similar UV Shells.

Return value

string[]UVs of stacked UV Shells or target UV shells.

Flags

onlyMatch, tolerance
Long name (short name) Argument types Properties
-onlyMatch(-om) create
If this flag is true, only match UV shells and return UVs of target UV shells but don't stack.
-tolerance(-to) float create
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.

MEL examples

// Stack Similar UV Shells with tolerance.
polyUVStackSimilarShells -to 0.001;