Category
Creating import and custom geometry
, Object
ProIntf
Function ProIntfDataAccuracySet
Description
Sets the accuracy of the interface data.
Synopsis
#include <
ProIntfData.h
>
ProError
ProIntfDataAccuracySet
(
ProIntfData
*
p_intfdata
/* (In)
The interface data
*/
double
accuracy
/* (In)
The accuracy
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the accuracy.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
Sample Code References:
pt_examples ( TestImportfeat.c )