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 416
9a70f96f d1e1 8d83 874b e1f78ea7afda
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents a tolerance, indicates the amount by which the geometric characteristic can deviate from a perfect form.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class ToleranceValue : ICloneable
VB
Public Class ToleranceValue
Implements ICloneable
C++
public ref class ToleranceValue : ICloneable
F#
type ToleranceValue =
class
interface ICloneable
end
Inheritance | Object → ToleranceValue |
Implements | ICloneable |
ToleranceValue() | Initializes a new instance of the ToleranceValue class. |
ToleranceValue(Boolean, String, ToleranceMaterialCondition) | Initializes a new instance of the ToleranceValue class. |
MaterialCondition | Gets or sets the tolerance material condition. |
ShowDiameterSymbol | Gets or sets if the tolerance diameter symbol will be shown. |
Value | Gets or sets the tolerance value. |
Clone | Creates a new ToleranceValue 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) |