Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataAccuracySet


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

Sample Code References:

  1. pt_examples ( TestImportfeat.c )