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

319d9a94 b962 d79b dc4c 60f7b9372022

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyleTolerances Properties

netDxf 3.0.0 Library

Properties

AlternatePrecision Gets or sets the number of decimal places of the tolerance alternate units. (DIMALTTD)
AlternateSuppressLinearLeadingZeros Suppresses leading zeros in linear decimal alternate tolerance units. (DIMALTTZ)
AlternateSuppressLinearTrailingZeros Suppresses trailing zeros in linear decimal alternate tolerance units. (DIMALTTZ)
AlternateSuppressZeroFeet Suppresses zero feet in architectural alternate tolerance units. (DIMALTTZ)
AlternateSuppressZeroInches Suppresses zero inches in architectural alternate tolerance units. (DIMALTTZ)
DisplayMethod Gets or sets the method for calculating the tolerance. (DIMTOL)
LowerLimit Gets or sets the minimum or lower tolerance value. (DIMTM)
Precision Gets or sets the number of decimal places. (DIMTDEC)
SuppressLinearLeadingZeros Suppresses leading zeros in linear decimal tolerance units. (DIMTZIN)
SuppressLinearTrailingZeros Suppresses trailing zeros in linear decimal tolerance units. (DIMTZIN)
SuppressZeroFeet Suppresses zero feet in architectural tolerance units. (DIMTZIN)
SuppressZeroInches Suppresses zero inches in architectural tolerance units. (DIMTZIN)
UpperLimit Gets or sets the maximum or upper tolerance value. When you select Symmetrical in DisplayMethod, this value is used for the tolerance. (DIMTP)
VerticalPlacement Gets or sets the text vertical placement for symmetrical and deviation tolerances. (DIMTOLJ)

See Also

Reference

DimensionStyleTolerances Class
netDxf.Tables Namespace

Clone this wiki locally