API ドキュメンテーション > 3D interface > Object ProIntfimport > Function ProIntfimportValidationscoreCalculate
Function ProIntfimportValidationscoreCalculate
Description
Calculates the import validation score for the model.
Synopsis
#include <ProIntfimport.h>
ProIntfimportValidationscoreCalculate
(
ProMdl model
/* (In)
The model for which the validation score should be calculated
*/
ProLine score
/* (Out)
The calculated validation score value
*/
)
Returns
The function executed successfully.
The argument model is NULL or not a solid.
The model is missing.
The model pointer is invalid.
The function failed to calculate the score.
User Guide References
これは役に立ちましたか?