Category 3D interface, Object ProIntfimport

Function ProIntfimportValidationscoreGet


Description
Gets the import validation score of the model.
Synopsis
#include <ProIntfimport.h>
ProErrorProIntfimportValidationscoreGet(
ProMdl model
/* (In)
The model from which the validation score should be retrieved.
*/
ProLine score
/* (Out)
The validation score value.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the score.
PRO_TK_BAD_INPUTSThe argument model is NULL or not a solid.
PRO_TK_INVALID_PTRThe model pointer is invalid.
PRO_TK_NOT_EXISTThe model is missing.
PRO_TK_E_NOT_FOUNDThe score does not exist on the model.

Manual References:

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