SE_shape_is_containing |
Returns TRUE if the primary shape wholly contains the secondary shape.
BOOL SE_shape_is_containing (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 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.
• Ignores any CAD data.