Close

Relief for ODA Team in Ukraine

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

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
Description
point
[in] Point.
bOnSurface
[out] Passed-in parameter for returning the indicator of whether the specified point is on the surface.

eOk if successful or an appropriate error code otherwise.

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