MeshAnalysisResultType Enumeration |
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
[PublicAPIAttribute] public enum MeshAnalysisResultType
Member name | Value | Description | |
---|---|---|---|
NotEnded | 0 | The analysis not ended yet. | |
Success | 1 | The analysis ended without exceptions, errors and warnings. | |
Warning | 2 | The analysis ended with warnings. The Mesh have non-critical errors or errors with high risk of a false positive detection. | |
Error | 3 | The analysis ended and the Mesh has errors. | |
Failed | 4 | The analysis ended with an exception. |