ToleranceGeometricSymbol Enumeration
|
Defines the geometric characteristic symbols for location, orientation, form, profile, and runout.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum ToleranceGeometricSymbol
Public Enumeration ToleranceGeometricSymbol
public enum class ToleranceGeometricSymbol
type ToleranceGeometricSymbol
enum ToleranceGeometricSymbol
Members
| Member name | Value | Description |
---|
| None | 0 |
No geometric symbol.
|
| Position | 1 |
Position, type location.
|
| Concentricity | 2 |
Concentricity or coaxiality, type location.
|
| Symmetry | 3 |
Symmetry, type location.
|
| Parallelism | 4 |
Parallelism, type orientation.
|
| Perpendicularity | 5 |
Perpendicularity, type orientation.
|
| Angularity | 6 |
Angularity, type orientation.
|
| Cylindricity | 7 |
Cylindricity, type form.
|
| Flatness | 8 |
Flatness, type form.
|
| Roundness | 9 |
Circularity or roundness, type form.
|
| Straightness | 10 |
Straightness, type form.
|
| ProfileSurface | 11 |
Profile of a surface, type profile.
|
| ProfileLine | 12 |
Profile of a line, type profile.
|
| CircularRunout | 13 |
Circular runout, type runout.
|
| TotalRunOut | 14 |
Total runout, type runout.
|
See Also