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 407
16205bf7 af8d c8d6 3def 6a90a3ba7a38
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents an entry in a tolerance entity.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class ToleranceEntry : ICloneable
VB
Public Class ToleranceEntry
Implements ICloneable
C++
public ref class ToleranceEntry : ICloneable
F#
type ToleranceEntry =
class
interface ICloneable
end
Inheritance | Object → ToleranceEntry |
Implements | ICloneable |
Each entry can be made of up to two tolerance values and three datum references, plus a symbol that represents the geometric characteristics.
ToleranceEntry | Initializes a new instance of the ToleranceEntry class. |
Datum1 | Gets or sets the first datum reference value. |
Datum2 | Gets or sets the second datum reference value. |
Datum3 | Gets or sets the third datum reference value. |
GeometricSymbol | Gets or sets the geometric characteristics symbol. |
Tolerance1 | Gets or sets the first tolerance value. |
Tolerance2 | Gets or sets the second tolerance value. |
Clone | Creates a new ToleranceEntry 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) |