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

2b263eb9 ad6f b3d5 4efc e374da4ad57a

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyleTolerancesDisplayMethod Enumeration

netDxf 3.0.0 Library

Defines the method for calculating the tolerance.

Definition

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

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.

Members

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.

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally