
Replacement in Object TOOLKIT: |

ProCurveXyzdataEval | |
( ProCurve p_curve /* (In) The curve handle */ double curve_param /* (In) The normalized parameter on the curve */ ProVector xyz_point /* (Out) The resulting XYZ point */ ProVector deriv1 /* (Out) The first derivative */ ProVector deriv2 /* (Out) The second derivative */ ) |

The function successfully evaluated the curve. | |
One or more of the input arguments are invalid. | |
The argument p_curve represents a composite curve, while deriv1 or deriv2 is not NULL. |


