SE_shape_is_containing

Returns TRUE if the primary shape wholly contains the secondary shape.

Usage syntax

BOOL SE_shape_is_containing (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 primary_shape wholly contains the secondary_shape. The opposite of this function is SE_shape_is_within. All other conditions, including an invalid SE_SHAPE object, returns FALSE.

Notes

•  Ignores any CAD data.