Go to: Synopsis. Return value. MEL examples.
shapeCompare
[object object]
shapeCompare is undoable, NOT queryable, and NOT editable.
Compares two shapes. If no shapes are specified in the command line, then the shapes from the active list are used.int | 0 if successful, 1 if both shapes are not determined to be equal based on requested flags. |
polySphere; polySphere; select -cl ; select -r pSphere1 pSphere2 ; shapeCompare;