API Reference > OdGe Classes > OdGeExtents2d Class > OdGeExtents2d Enumerations > OdGeExtents2d::IntersectionStatus Enumeration
OdGeExtents2d::IntersectionStatus Enumeration
Syntax
C++
enum IntersectionStatus { kIntersectUnknown, kIntersectNot, kIntersectOpIn, kIntersectOpOut, kIntersectOk };

GeExtents2d.h

Members 
Description 
kIntersectUnknown 
Either or both extents are invalid 
kIntersectNot 
Extents are NOT intersecting 
kIntersectOpIn 
Operand is completely within this extents 
kIntersectOpOut 
This extents is completely within operand 
kIntersectOk 
Extents are intersecting, result is returned 

Types of intersection results.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.