Description |
| Evaluates the Creo Simulate surface at the specified UV point. |
Synopsis |
#include <ProMechGeometry.h> |
ProError | ProMechsurfaceXyzdataEval | ( |
| ProMechSurface surface | |
| /*
(In) |
| The surface. |
| */ |
| ProUvParam param | |
| /*
(In) |
| The UV params. |
| */ |
| Pro3dPnt xyz_point | |
| /*
(Out) |
| The resulting XYZ point. |
| */ |
| ProVector deriv1[2] | |
| /*
(Out) |
| The first derivative in the UV point. |
| */ |
| ProVector deriv2[3] | |
| /*
(Out) |
| The second derivative in the UV point. |
| */ |
| ProVector normal | |
| /*
(Out) |
| The normal to the surface in the UV point. |
| */ |
) |
Returns |
|
|