Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeExtents2d::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdGeExtents2d& extents, const OdGeTol& tol = OdGeContext::gTol) const;

Checks if this OdGeExtents2d object is equal to the passed extents. 

 

Parameters
Description
extents
[in] A 2D Extents object to be tested for equality.
tol
[in] Geometric tolerance.

true if the points match within the range specified by tolerance, otherwise returns false.

This method compares this object to the passed object by testing the equivalence of their definition points.

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