Category Mechanica, Object ProMechsurface

Function ProMechsurfaceParamEval


Description
Finds the corresponding UV point on the Creo Simulate surface, given the XYZ point.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechsurfaceParamEval(
ProMechSurface surface
/* (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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Geometry Evaluation of ProMechSurface
  2. Creo Simulate: Geometry: Geometry Evaluation of ProMechSurface