Click or drag to resize

ToleranceEntry Class

Represents an entry in a tolerance entity.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesToleranceEntry

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class ToleranceEntry : ICloneable

The ToleranceEntry type exposes the following members.

Constructors
  NameDescription
Public methodToleranceEntry
Initializes a new instance of the ToleranceEntry class.
Top
Properties
  NameDescription
Public propertyDatum1
Gets or sets the first datum reference value.
Public propertyDatum2
Gets or sets the second datum reference value.
Public propertyDatum3
Gets or sets the third datum reference value.
Public propertyGeometricSymbol
Gets or sets the geometric characteristics symbol.
Public propertyTolerance1
Gets or sets the first tolerance value.
Public propertyTolerance2
Gets or sets the second tolerance value.
Top
Methods
  NameDescription
Public methodClone
Creates a new ToleranceEntry that is a copy of the current instance.
Top
Remarks
Each entry can be made of up to two tolerance values and three datum references, plus a symbol that represents the geometric characteristics.
See Also