Go to: Synopsis. Return value. Flags. MEL examples.
polyCompare [-colorSetIndices] [-colorSets] [-edges]
[-faceDesc] [-userNormals] [-uvSetIndices] [-uvSets] [-vertices]
poly poly
polyCompare is undoable, NOT queryable, and NOT editable.
Compares two Polygonal Geometry objects with a fine control on what to compare.int | 0 if successful, non-zero if poly1 and poly2 are not determined
to be equal based on requested flags. The non-zero value depends on
which attributes are different: Vertices = 1 Edges = 2 Face Descriptions = 4 UV Sets = 8 UV Indices = 16 Color Sets = 32 Color Indices = 64 User Normals = 128 So a return value of 3, for example, indicates both vertices and edges are different. |
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-vertices(-v) |
![]() |
|||
|
||||
-edges(-e) |
![]() |
|||
|
||||
-faceDesc(-fd) |
![]() |
|||
|
||||
-uvSets(-uv) |
![]() |
|||
|
||||
-uvSetIndices(-iuv) |
![]() |
|||
|
||||
-colorSets(-c) |
![]() |
|||
|
||||
-colorSetIndices(-ic) |
![]() |
|||
|
||||
-userNormals(-un) |
![]() |
|||
|
![]() |
![]() |
![]() |
![]() |
polySphere; polySphere; select -cl ; select -r pSphere1 pSphere2 ; polyCompare;