Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

186bed54 6a1b e902 5a80 29d2217ae001

haplokuon edited this page May 6, 2023 · 1 revision

ToleranceGeometricSymbol Enumeration

netDxf 3.0.0 Library

Defines the geometric characteristic symbols for location, orientation, form, profile, and runout.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public enum ToleranceGeometricSymbol

VB

Public Enumeration ToleranceGeometricSymbol

C++

public enum class ToleranceGeometricSymbol

F#

type ToleranceGeometricSymbol

Members

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

Reference

netDxf.Entities Namespace

Clone this wiki locally