Category Creating import and custom geometry, Object ProDatum

Function ProDatumCurvedataInit


Description
Initializes the data structure for the datum curve object.
Synopsis
#include <ProDatumdata.h>
ProErrorProDatumCurvedataInit(
ProCurvedata* p_curve
/* (In)
The datum curve
*/
ProDatumobject* p_datum_obj
/* (Out)
The datum object
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the structure.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_BSPL_MULTI_INNER_KNOTSThe curve is a B-spline with multiple inner knots.

Manual References:

  1. Interface: Importing Features: Adding Datums
  2. Interface: Importing Features: Adding Datums

Sample Code References:

  1. pt_examples ( TestGeomdata.c )