API Reference > OdGe Classes > OdGeExtents3d Class > OdGeExtents3d Methods > OdGeExtents3d::isEqualTo Method
OdGeExtents3d::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdGeExtents3d& extents, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeExtents3d& extents 
[in] A 3D Extents object to be compared for equality.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Checks if this Extents object is equal to the passed Extents object. 

 

This method compares this object to the passed object by testing the equivalence of their definition points. If the points match within the range specified by tolerance, this method returns true. Otherwise, it returns false.

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