Function ProDatumCurvedataInit
Description
Initializes the data structure for the datum curve object.
Synopsis
#include <ProDatumdata.h>
ProDatumCurvedataInit
(
ProCurvedata* p_curve
/* (In)
The datum curve
*/
ProDatumobject* p_datum_obj
/* (Out)
The datum object
*/
)
Returns
The function successfully initialized the structure.
The input argument is invalid.
The curve is a B-spline with multiple inner knots.
Sample Code References
User Guide References
Was this helpful?