Click or drag to resize

ToleranceEntry Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents an entry in a tolerance entity.
Inheritance Hierarchy
SystemObject
  netDxf.EntitiesToleranceEntry

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public class ToleranceEntry : ICloneable
Request Example View Source

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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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