This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
2b263eb9 ad6f b3d5 4efc e374da4ad57a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines the method for calculating the tolerance.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum DimensionStyleTolerancesDisplayMethod
VB
Public Enumeration DimensionStyleTolerancesDisplayMethod
C++
public enum class DimensionStyleTolerancesDisplayMethod
F#
type DimensionStyleTolerancesDisplayMethod
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.
None | 0 | Does not add a tolerance. |
Symmetrical | 1 | Adds a plus/minus expression of tolerance in which a single value of variation is applied to the dimension measurement. |
Deviation | 2 | Adds a plus/minus tolerance expression. Different plus and minus values of variation are applied to the dimension measurement. |
Limits | 3 | Creates a limit dimension. A maximum and a minimum value are displayed, one over the other. |