Category Geometry items, Object ProEdge

Function ProEdgeXyzdataEval


Description
Evaluates the edge at the specified parameter.
Synopsis
#include <ProEdge.h>
ProErrorProEdgeXyzdataEval(
ProEdge edge
/* (In)
The edge handle
*/
double edge_param
/* (In)
The normalized parameter on the edge
*/
ProVector xyz_point
/* (Out)
The resulting XYZ point
*/
ProVector deriv1
/* (Out)
The first derivative
*/
ProVector deriv2
/* (Out)
The second derivative
*/
ProVector direction
/* (Out)
The edge direction
*/
)
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 ( TestGeom.c )
  2. pt_examples ( TestGeom.c )
  3. pt_examples ( TestGeom.c )
  4. pt_examples ( TestGeom.c )
  5. pt_examples ( TestGeom.c )
  6. pt_examples ( UtilGeom.c )
  7. pt_examples ( TestRay.c )