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 409
17c35860 8df6 0254 bc2b ffe379a576cd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents the way tolerances are formatted in dimension entities
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class DimensionStyleTolerances : ICloneable
VB
Public Class DimensionStyleTolerances
Implements ICloneable
C++
public ref class DimensionStyleTolerances : ICloneable
F#
type DimensionStyleTolerances =
class
interface ICloneable
end
Inheritance | Object → DimensionStyleTolerances |
Implements | ICloneable |
DimensionStyleTolerances | Initializes a new instance of the TolerancesFormat class. |
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) |
Clone | Creates a new DimensionStyle.TolerancesFormat that is a copy of the current instance. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |