Click or drag to resize

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
Members
  Member nameValueDescription
None0 No geometric symbol.
Position1 Position, type location.
Concentricity2 Concentricity or coaxiality, type location.
Symmetry3 Symmetry, type location.
Parallelism4 Parallelism, type orientation.
Perpendicularity5 Perpendicularity, type orientation.
Angularity6 Angularity, type orientation.
Cylindricity7 Cylindricity, type form.
Flatness8 Flatness, type form.
Roundness9 Circularity or roundness, type form.
Straightness10 Straightness, type form.
ProfileSurface11 Profile of a surface, type profile.
ProfileLine12 Profile of a line, type profile.
CircularRunout13 Circular runout, type runout.
TotalRunOut14 Total runout, type runout.
See Also