OdResult isPointOnSurface(const OdGePoint3d& point, bool& bOnSurface) const;
Description
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
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
Returns eOk if successful. If the surface doesn't contain any NURBS information, returns eFail.