API Documentation
>
Creating import and custom geometry
>
Object ProDatum
> Function ProDatumCurvedataGet
Function ProDatumCurvedataGet
Description
Retrieves information from the data structure for the datum curve object.
Synopsis
#include <
ProDatumdata.h
>
ProError
ProDatumCurvedataGet
(
ProDatumobject
* p_datum_obj
/* (In)
The datum object
*/
ProCurvedata
* p_curve
/* (Out)
The datum curve
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References
pt_examples ( TestGeomdata.c )
Was this helpful?
This site works best with JavaScript enabled