API Reference > OdGe Classes > OdGePointOnSurface Class > OdGePointOnSurface Constructor > OdGePointOnSurface::OdGePointOnSurface Constructor (OdGeSurface&, OdGePoint2d&)
OdGePointOnSurface::OdGePointOnSurface Constructor (OdGeSurface&, OdGePoint2d&)
Syntax
C++
OdGePointOnSurface(const OdGeSurface& surface, const OdGePoint2d& param);
Parameters 
Description 
const OdGeSurface& surface 
[in] Any surface on which this point lies.  
const OdGePoint2d& param 
[in] Parameter value for this point. 

Constructor for the OdGePointOnSurface class. 

 

The constructor constructs a point that lies on a specified surface and has a specified parameter value for U-axis and V-axis.

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