Category Creating import and custom geometry, Object ProDatum

Function ProDatumPlanedataInit


Description
Initializes the data structure for the datum plane object.
Synopsis
#include <ProDatumdata.h>
ProErrorProDatumPlanedataInit(
ProPlanedata* p_plane
/* (In)
The datum plane
*/
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.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestGeomdata.c )