Enum ToleranceSymbolType
Defines the various types of tolerance symbol.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 17, 0, 0)]
public enum ToleranceSymbolType
Remarks
This enum is available since v7.17.000.000.
Fields
| Name | Description |
|---|---|
| Angularity | Angularity tolerance. |
| Circularity | Circularity tolerance. |
| CircularRunout | Circular runout tolerance. |
| Concentricity | Concentricity tolerance. |
| Cylindricity | Cylindricity tolerance. |
| Flatness | Flatness tolerance. |
| LineProfile | Line profile tolerance. |
| None | No standard symbol. |
| Parallelism | Parallelism tolerance. |
| Perpendicularity | Perpendicularity tolerance. |
| Position | Position tolerance. |
| Straightness | Straightness tolerance. |
| SurfaceProfile | Surface profile tolerance. |
| Symmetry | Symmetry tolerance. |
| TotalRunout | Total runout tolerance. |
| Unclassified | Unclassified type. |