Documentazione API > Mechanica > Object ProMechcurve > Function ProMechcurveXyzdataEval
Function ProMechcurveXyzdataEval
Description
Evaluates the Creo Simulate curve parameter point in XYZ space.
Licensing Requirement
Synopsis
ProMechcurveXyzdataEval
(
/* (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
The function succeeded.
One or more input arguments are invalid.
User Guide References
È stato utile?