Parameters |
Description |
const OdGeExtents3d& extents |
[in] 3D extents to be compared for equality. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
true if the points match within the range specified by tolerance. Otherwise, it returns false.
Checks if this OdGeExtents3d object is equal to the passed extents.
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.
|