Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeSurface::project Method
Syntax
C++
bool project(const OdGePoint3d& p, OdGePoint3d& projP, const OdGeTol& tol = OdGeContext::gTol) const;

Projects a point onto this surface. 

 

Parameters
Description
p
[in] Any 3D point.
projP
[out] Receives the point on this surface.
tol
[in] Geometric tolerance.

true if and only if there is a point on this surface, projP, where a normal to this surface passes through the point p.

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