API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::isPointOnSurface Method
OdModelerGeometry::isPointOnSurface Method
Syntax
C++
virtual OdResult isPointOnSurface(const OdGePoint3d& point, bool& bOnSurface) const = 0;
Parameters 
Description 
const OdGePoint3d& point 
[in] A point.  
bool& bOnSurface 
[out] A passed-in parameter for returning the indicator of whether the specified point is on the surface.
 

Returns eOk if successful.

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. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.