SE_shape_is_equal

Returns TRUE if the two supplied shapes are identical.

Usage syntax

BOOL SE_shape_is_equal (const SE_SHAPE primary_shape, const SE_SHAPE secondary_shape);

Parameters
primary_shape A handle to an active shape object
secondary_shape A handle to an active shape object
Description

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)

Notes

•  Ignores any CAD data.