Documentación de la API > Mechanica > Object ProMechsurface > Function ProMechsurfaceParamEval
Function ProMechsurfaceParamEval
Description
Finds the corresponding UV point on the Creo Simulate surface, given the XYZ point.
Licensing Requirement
Synopsis
ProMechsurfaceParamEval
(
/* (In)
The surface.
*/
Pro3dPnt xyz_point
/* (In)
The XYZ point. The point does not necessarily have to lie on the surface. If the point is off of the surface, the function finds the closest point.
*/
ProUvParam uv_point
/* (Out)
The corresponding UV point on the surface.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
A general error is encountered.
User Guide References
¿Fue esto útil?