Documentação da API > 3D interface > Object ProIntfimport > Function ProIntfimportValidationscoreGet
Function ProIntfimportValidationscoreGet
Description
Gets the import validation score of the model.
Synopsis
#include <ProIntfimport.h>
ProIntfimportValidationscoreGet
(
ProMdl model
/* (In)
The model from which the validation score should be retrieved.
*/
ProLine score
/* (Out)
The validation score value.
*/
)
Returns
The function successfully returned the score.
The argument model is NULL or not a solid.
The model pointer is invalid.
The model is missing.
The score does not exist on the model.
User Guide References
Isto foi útil?