Category Geometry items, Object ProEdge

Function ProEdgeUvdataEval


Description
Evaluates the edge in the UV-space.
Replacement in Object TOOLKIT: pfcEdge::EvalUV
Synopsis
#include <ProEdge.h>
ProErrorProEdgeUvdataEval(
ProEdge edge
/* (In)
The edge handle
*/
double edge_param
/* (In)
The normalized parameter on the edge
*/
ProUvParam uv_point[2]
/* (Out)
The resulting UV point
*/
ProUvParam deriv1[2]
/* (Out)
The first UV derivative
*/
ProUvParam deriv2[2]
/* (Out)
The second UV derivative
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully evaluated the edge.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Evaluating Surfaces, Edges, and Curves
  3. Core: 3D Geometry: Evaluating Surfaces, Edges, and Curves

Sample Code References:

  1. pt_examples ( TestAnalysisSurface.c )
  2. pt_examples ( TestAnalysisSurface.c )
  3. pt_examples ( UtilGeom.c )