Category Creating import and custom geometry, Object ProPointdata

Function ProPointdataGet


Description
Retrieves information from the point data structure.
Synopsis
#include <ProCurvedata.h>
ProErrorProPointdataGet(
ProCurvedata* p_curve
/* (In)
The point data structure
*/
Pro3dPnt position
/* (Out)
The point position
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_INVALID_TYPEThe specified data is not a point data structure.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

  1. pt_examples ( TestGeomdata.c )
  2. pt_examples ( UtilIntfData.c )