Parameters |
Description |
double dU |
[in] u parameter. |
double dV |
[in] v parameter. |
const OdGePoint3d& point |
[in] A new location of the point on the surface. |
const OdGeVector3d* uDeriv |
[in] The tangent vector in the u direction. |
const OdGeVector3d* vDeriv |
[in] The tangent vector in the v direction. |
Returns eOk if successful or an appropriate error code in the other case.
Adjusts the location and tangent of a point on this ModelerGeometry object with the specified parameter ([u, v]). The local control points are adjusted accordingly. If the pointer uDeriv and vDeriv are equal to NULL, then only the location of the point is adjusted.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|