Category 3D interface, Object ProIntfimport

Function ProIntfimportValidationscoreCalculate


Description
Calculates the import validation score for the model.
Synopsis
#include <ProIntfimport.h>
ProErrorProIntfimportValidationscoreCalculate(
ProMdl model
/* (In)
The model for which the validation score should be calculated
*/
ProLine score
/* (Out)
The calculated validation score value
*/
)
Returns
PRO_TK_NO_ERRORThe function executed successfully.
PRO_TK_BAD_INPUTSThe argument model is NULL or not a solid.
PRO_TK_NOT_EXISTThe model is missing.
PRO_TK_INVALID_PTRThe model pointer is invalid.
PRO_TK_GENERAL_ERRORThe function failed to calculate the score.

Manual References:

  1. Interface: Data Exchange: Validation Score for Imports
  2. Interface: Data Exchange: Validation Score for Imports