Category Creating import and custom geometry, Object ProPointdata

Function ProPointdataInit


Description
Initializes a point data structure.
Synopsis
#include <ProCurvedata.h>
ProErrorProPointdataInit(
Pro3dPnt position
/* (In)
The point position
*/
ProCurvedata* p_curve
/* (Out)
The point data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the point data structure.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

  1. pt_examples ( TestAnalysisCsys.c )
  2. pt_examples ( TestGeomdata.c )
  3. pt_examples ( TestDtlentity.c )