virtual OdResult isPointOnSurface(const OdGePoint3d& point, bool& bOnSurface) const = 0;
Description
Determines whether a specified point is on the ModelerGeometry object. If the specified point is on the ModelerGeometry object, the method returns true via bOnSurface, otherwise the method returns false.
Parameters
Parameters
Description
point
[in] Point.
bOnSurface
[out] Passed-in parameter for returning the indicator of whether the specified point is on the surface.
Returns
eOk if successful or an appropriate error code otherwise.