Close

Relief for ODA Team in Ukraine

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

Returns the normal vector at the specified parameter location ([U, V]). 

 

Parameters
Description
dU
[in] U parameter.
dV
[in] V parameter.
normal
[out] Passed-in parameter for returning the normal vector.

eOk if successful. If the dU or dV values are invalid, returns eOutOfRange.

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