API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Methods > OdGePoint3d::isEqualTo Method
OdGePoint3d::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePoint3d& point 
[in] Any 3D point.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true if and only if the distance from this point to point is within the specified tolerance. 

 

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