Click or drag to resize

ToleranceValue Class

Represents a tolerance, indicates the amount by which the geometric characteristic can deviate from a perfect form.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesToleranceValue

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

The ToleranceValue type exposes the following members.

Constructors
  NameDescription
Public methodToleranceValue
Initializes a new instance of the ToleranceValue class.
Public methodToleranceValue(Boolean, String, ToleranceMaterialCondition)
Initializes a new instance of the ToleranceValue class.
Top
Properties
  NameDescription
Public propertyMaterialCondition
Gets or sets the tolerance material condition.
Public propertyShowDiameterSymbol
Gets or sets if the tolerance diameter symbol will be shown.
Public propertyValue
Gets or sets the tolerance value.
Top
Methods
  NameDescription
Public methodClone
Creates a new ToleranceValue that is a copy of the current instance.
Top
See Also