Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeInterval::finiteIntersectWith Method
Syntax
C++
bool finiteIntersectWith(const OdGeInterval& range, OdGeInterval& result) const;

Find finite sub-interval belonging both to the specified range and this one 

 

Parameters
Description
range
[in] The interval to be intersected.
result
[out] Receives the intersected interval.

true if and only if the specified interval intersects with this one, and the resulting interval is bounded.

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