API Documentation > Mechanica > Object ProMechsurface > Function ProMechsurfaceXyzdataEval
Function ProMechsurfaceXyzdataEval
Description
Evaluates the Creo Simulate surface at the specified UV point.
Synopsis
ProMechsurfaceXyzdataEval
(
/* (In)
The surface.
*/
/* (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
The function succeeded.
One or more input arguments are invalid.
Was this helpful?