Enum DimensionStyleTolerancesDisplayMethod
Defines the method for calculating the tolerance.
Namespace: netDxf.Tables
Assembly: CADability.dll
Syntax
public enum DimensionStyleTolerancesDisplayMethod
Remarks
The Basic method for displaying tolerances in dimensions is not available,
use a negative number for the TextOffset of the dimension style. The result is exactly the same.
Fields
| Name | Description |
|---|---|
| Deviation | Adds a plus/minus tolerance expression. Different plus and minus values of variation are applied to the dimension measurement. |
| Limits | Creates a limit dimension. A maximum and a minimum value are displayed, one over the other. |
| None | Does not add a tolerance. |
| Symmetrical | Adds a plus/minus expression of tolerance in which a single value of variation is applied to the dimension measurement. |