Category
Creating import and custom geometry
, Object
ProIntf
Function ProIntfDataAccuracyGet
Description
Gets the accuracy of the interface data.
Synopsis
#include <
ProIntfData.h
>
ProError
ProIntfDataAccuracyGet
(
ProIntfData
*
p_intfdata
/* (In)
The interface data
*/
double*
p_accuracy
/* (Out)
The accuracy
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully found the accuracy.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Interface: Importing Features: Import Feature Properties
Interface: Importing Features: Import Feature Properties
Sample Code References:
pt_examples ( TestImportfeat.c )
pt_examples ( UtilIntfData.c )