Category
Creating import and custom geometry
, Object
ProPointdata
Function ProPointdataGet
Description
Retrieves information from the point data structure.
Synopsis
#include <
ProCurvedata.h
>
ProError
ProPointdataGet
(
ProCurvedata
*
p_curve
/* (In)
The point data structure
*/
Pro3dPnt
position
/* (Out)
The point position
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_INVALID_TYPE
The specified data is not a point data structure.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References:
pt_examples ( TestGeomdata.c )
pt_examples ( UtilIntfData.c )