Go to: Synopsis. Return value. MEL examples.

Synopsis

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.

Return value

int0 if successful, 1 if both shapes are not determined to be equal based on requested flags.

MEL examples

polySphere;
polySphere;
select -cl  ;
select -r pSphere1 pSphere2 ;
shapeCompare;