SE_shape_is_equal |
Returns TRUE if the two supplied shapes are identical.
BOOL SE_shape_is_equal (const SE_SHAPE primary_shape, const SE_SHAPE secondary_shape);
primary_shape | A handle to an active shape object |
secondary_shape | A handle to an active shape object |
Returns TRUE if the two supplied shapes (primary_shape and secondary_shape) are identical. All other conditions, including an invalid SE_SHAPE object, return FALSE. Two shapes are equal if they have
• The same coordinate reference
• The same type
• The same number of points
• The identical points in the same order (x, y, z, and measures)
• Ignores any CAD data.