Close

Relief for ODA Team in Ukraine

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

Returns true if and only if lower bounds of the specified Interval and this Interval are equal.

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

Returns true if and only if 

  1. Both this Interval and otherInterval are unbounded below or bounded below with their lower bounds equal within tolerance.
 

 

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