SE_shape_is_disjoint

Returns TRUE if the intersection of two shapes is empty.

Usage syntax

BOOL SE_shape_is_disjoint (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 intersection of primary_shape and secondary_shape is empty. All other conditions, including an invalid SE_SHAPE object, return FALSE.

Notes

•  Ignores any CAD data.