Simply3DScan
Precision.cs
Go to the documentation of this file.
1 namespace Configuration
2 {
6  public enum Precision
7  {
11  Excellent = 1,
15  Good = 2,
19  Average = 3,
23  BelowAverage = 4,
27  Beasty = 5
28  }
29 }
Precision
Information about the precision of a scan
Definition: Precision.cs:6