Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgBSplineSurface::getNormal Method
Syntax
C++
OdResult getNormal(double dU, double dV, OdGeVector3d& normal) const;

Returns the normal vector at the specified parameter location ([u, v]). 

 

Parameters
Description
dU
[in] u parameter.
dV
[in] v parameter.
normal
[out] A passed-in parameter for returning the normal vector.

Returns eOk if successful. If the surface doesn't contain any NURBS information, returns eFail. If the dU or dV values are invalid, returns eOutOfRange.

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