API Reference > OdSi Classes > OdSiShapeRay Structure > OdSiShapeRay Methods > OdSiShapeRay::intersects Method
OdSiShapeRay::intersects Method
Syntax
C++
bool intersects(const OdGeExtents3d& extents, bool planar, const OdGeTol& tol) const;
Parameters 
Description 
const OdGeExtents3d& extents 
[in] Any 3D extents box.  
bool planar 
[in] Specifies whether a planar computation should be performed.  
const OdGeTol& tol 
[in] Tolerance.
 

true if and only if this shape ray object intersects the specfied extents.

Checks if this shape ray object intersects the specified extents. 

 

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