Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbNurbSurface::isPointOnSurface Method
Syntax
C++
OdResult isPointOnSurface(const OdGePoint3d& point, bool& bOnSurface) const;

Determines whether a specified point is on the surface. If specified point is on the surface, the method returns true via bOnSurface, otherwise the method returns false. 

 

Parameters
Description
point
[in] A point.
bOnSurface
[out] A passed-in parameter for returning the indicator of whether the specified point is on the surface.

Returns eOk if successful. If the surface doesn't contain any NURBS information, returns eFail.

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