API Reference > Namespaces > OdSi Namespace > Classes > Extent3d Class > Extent3d Enumerations > OdSi::Extent3d::IntersectResult Enumeration
OdSi::Extent3d::IntersectResult Enumeration
Syntax
C++
enum IntersectResult { left = 0, upon = 1, right = 2 };

SiExtents.h

Members 
Description 
left = 0 
Coordinate is to the *left* of the *extents*. 
upon = 1 
Coordinate is *upon* the *extents*. 
right = 2 
Coordinate is to the *right* of the *extents*. 

This is record OdSi::Extent3d::IntersectResult.

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