SE_shape_is_crossing

Returns TRUE if the intersection of the interiors is a lower dimension than the maximum dimension of the two shapes.

Usage syntax

BOOL SE_shape_is_crossing (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 the interiors is a lower dimension than the maximum dimension of the two shapes. All other conditions, including an invalid SE_SHAPE object, return FALSE. See Chapter 2, ‘ArcSDE geometric model’, for more information and examples.

Notes

•  Ignores any CAD data.