Category Mechanica, Object ProMechedge

Function ProMechedgeXyzdataEval


Description
Evaluates the Creo Simulate edge parameter point in XYZ space.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechedgeXyzdataEval(
ProMechEdge edge
/* (In)
The edge.
*/
double edge_param
/* (In)
The normalized parameter on the edge.
*/
Pro3dPnt xyz_point
/* (Out)
The resulting XYZ point, pass NULL if not interested in this data.
*/
ProVector deriv1
/* (Out)
The first derivative at the point, pass NULL if not interested in this data.
*/
ProVector deriv2
/* (Out)
The second derivative at the point, pass NULL if not interested in this data.
*/
ProVector normal
/* (Out)
The normal at the point, 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.

Manual References:

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