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

true if and only if this interval contains the specified interval.

Checks whether this interval contains the specified interval within tolerance(). 

 

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