Enum ValidationMode
- Namespace
- Aspose.CAD.FileFormats.GLB.Validation
- Assembly
- Aspose.CAD.dll
Defines validation modes for reading files.
public enum ValidationMode
Fields
Skip = 0
Skips validation completely.
Strict = 2
Full validation, any error throws an exception.
TryFix = 1
In some specific cases, the file can be fixed, at which point the errors successfully fixed will be reported as warnings.