Function ProPointdataGet
Description
Retrieves information from the point data structure.
Synopsis
#include <ProCurvedata.h>
ProPointdataGet
(
ProCurvedata* p_curve
/* (In)
The point data structure
*/
Pro3dPnt position
/* (Out)
The point position
*/
)
Returns
The function successfully retrieved the information.
The specified data is not a point data structure.
The input argument is invalid.
Sample Code References
¿Fue esto útil?