Category
Creating import and custom geometry
, Object
ProPointdata
Function ProPointdataInit
Description
Initializes a point data structure.
Synopsis
#include <
ProCurvedata.h
>
ProError
ProPointdataInit
(
Pro3dPnt
position
/* (In)
The point position
*/
ProCurvedata
*
p_curve
/* (Out)
The point data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully initialized the point data structure.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References:
pt_examples ( TestAnalysisCsys.c )
pt_examples ( TestGeomdata.c )
pt_examples ( TestDtlentity.c )