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