Category Mechanica, Object ProMechcurve

Function ProMechcurveXyzdataEval


Description
Evaluates the Creo Simulate curve parameter point in XYZ space.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcurveXyzdataEval(
ProMechCurve curve
/* (In)
The curve.
*/
double curve_param
/* (In)
The normalized parameter on the curve.
*/
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.
*/
)
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 ProMechCurves
  2. Creo Simulate: Geometry: Geometry Evaluation of ProMechCurves