Click or drag to resize

MeshAnalysisResultType Enumeration

Represents a MeshAnalysis result.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public enum MeshAnalysisResultType
Members
  Member nameValueDescription
NotEnded0 The analysis not ended yet.
Success1 The analysis ended without exceptions, errors and warnings.
Warning2 The analysis ended with warnings. The Mesh have non-critical errors or errors with high risk of a false positive detection.
Error3 The analysis ended and the Mesh has errors.
Failed4 The analysis ended with an exception.
See Also