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

Returns the normal to the surface at the point corresponding to the parameter. 

 

Specifying surface or param updates the underlying value. 

Currently not implemented.

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