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

GeExtents3d.h

Members 
Description 
kIntersectUnknown 
Either or both extents are invalid. 
kIntersectNot 
Extents are not intersecting. 
kIntersectOpIn 
Operand is completely within these extents. 
kIntersectOpOut 
These extents are completely within operand. 
kIntersectOk 
Extents are intersecting, result is returned. 

Types of intersection results.

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