Close

Relief for ODA Team in Ukraine

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

Checks whether the specified entity is equal to this one. 

 

Parameters
Description
object
[in] Entity to be compared
tol
[in] Geometric tolerance.

true if and only if both entities are of the same type, have the same point set within the specified tolerance, and have the same parameterization.

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