API Reference > OdGe Classes > OdGeInterval Class > OdGeInterval Methods > OdGeInterval::intersectWith Method
OdGeInterval::intersectWith Method
Syntax
C++
bool intersectWith(const OdGeInterval& otherInterval, OdGeInterval& result) const;
Parameters 
Description 
const OdGeInterval& otherInterval 
[in] The interval to be intersected.  
OdGeInterval& result 
[out] Receives the intersected interval. 

true if and only if this specified interval intersects with this one.

Intersects the specified interval from this one. 

 

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