Category Mechanica, Object ProMechedge

Function ProMechedgeUvdataEval


Description
Evaluates the Creo Simulate edge in the UV space of the given surface.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechedgeUvdataEval(
ProMechEdge edge
/* (In)
The edge.
*/
ProMechSurface surface
/* (In)
The surface.
*/
double edge_param
/* (In)
The normalized parameter on the edge.
*/
ProUvParam uv_point
/* (Out)
The resulting UV point, pass NULL if not interested in this data.
*/
ProUvParam deriv1
/* (Out)
The first UV derivative, pass NULL if not interested in this data.
*/
ProUvParam deriv2
/* (Out)
The second UV derivative, pass NULL if not interested in this data.
*/
)
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 ProMechEdge
  2. Creo Simulate: Geometry: Geometry Evaluation of ProMechEdge