API Reference > OdGe Classes > OdGePointOnSurface Class > OdGePointOnSurface Methods > point Method > OdGePointOnSurface::point Method (OdGeSurface&, OdGePoint2d&)
OdGePointOnSurface::point Method (OdGeSurface&, OdGePoint2d&)
Syntax
C++
OdGePoint3d point(const OdGeSurface& surface, const OdGePoint2d& param);
Parameters 
Description 
const OdGeSurface& surface 
[in] Any surface on which this point lies.  
const OdGePoint2d& param 
[in] Parameter to specify a point on surface. 

Returns the point on the surface corresponding to the parameter. 

 

Specifying surface or param updates the underlying value.

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