Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeSurface::distanceTo Method
Syntax
C++
double distanceTo(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;

Returns the distance to the point on this curve closest to the specified point. 

 

Parameters
Description
point
[in] Any 3D point distance to which is measured.
tol
[in] Geometric tolerance.

By default this function throws exception "not Implemented". Should be implemented in derived classes.

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