Close

Relief for ODA Team in Ukraine

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

Determines if the passed point is on this surface and retrieves a 2D point that represents parametric values for the passed 3D point if it is on this surface. 

 

Parameters
Description
point
[in] Point that is checked to be on this surface.
paramPoint
[out] Receives the 2D pair of parameter values at the point if the input point lies on the surface.
tol
[in] Geometric tolerance.
Copyright © 2002-2022. Open Design Alliance All rights reserved.