Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataAccuracytypeSet


Description
Sets the accuracy type of the interface data.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataAccuracytypeSet(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
ProAccuracytype accu_type
/* (In)
The accuracy type
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the accuracy type.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Sample Code References:

  1. pt_examples ( TestImportfeat.c )