API Reference > OdGe Classes > OdGeInterval Class > OdGeInterval Methods > OdGeInterval::isDisjoint Method
OdGeInterval::isDisjoint Method
Syntax
C++
bool isDisjoint(const OdGeInterval& otherInterval) const;
Parameters 
Description 
const OdGeInterval& otherInterval 
[in] The interval to be tested. 

Returns true if and only if the specified interval is disjoint from this interval.

Returns true if and only if this interval does not intersect otherInterval within tolerance(). 

 

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