Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeInterval::isContinuousAtUpper Method
Syntax
C++
bool isContinuousAtUpper(const OdGeInterval& otherInterval) const;

Returns true if and only if the specified Interval is continuous with the upper bound of this Interval.

Parameters
Description
otherInterval
[in] The Interval to be tested.

Returns true if and only if this Interval is bounded above, otherInterval is bounded below, and the upper bound of this Interval is equal to the lower bound of otherInterval within tolerance(). 

 

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