API Documentation
>
Creating import and custom geometry
>
Object ProIntf
> Function ProIntfDataDatumAppend
Function ProIntfDataDatumAppend
Description
Appends the specified datum object to the interface data.
Synopsis
#include <
ProIntfData.h
>
ProError
ProIntfDataDatumAppend
(
ProIntfData
* p_intfdata
/* (In)
The interface data
*/
ProDatumdata
* p_datumdata
/* (In)
The datum object data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully appended the datum object.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
Sample Code References
pt_examples ( TestImportfeat.c )
User Guide References
Appending the Datum Data to the Interface Data:ProIntfDataDatumAppend
Was this helpful?
This site works best with JavaScript enabled