SE_shape_is_disjoint |
Returns TRUE if the intersection of two shapes is empty.
BOOL SE_shape_is_disjoint (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 intersection of primary_shape and secondary_shape is empty. All other conditions, including an invalid SE_SHAPE object, return FALSE.
• Ignores any CAD data.