SE_shape_is_crossing |
Returns TRUE if the intersection of the interiors is a lower dimension than the maximum dimension of the two shapes.
BOOL SE_shape_is_crossing (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 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.
• Ignores any CAD data.