SE_shape_is_within

Returns TRUE if primary_shape is wholly contained within secondary_shape.

Usage syntax

BOOL SE_shape_is_within (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 primary_shape is completely contained within secondary_shape. All other conditions, including an invalid SE_SHAPE object, return FALSE.

Notes

•  Ignores any CAD data.