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
145b2f91 2fad 3239 8721 0fbad1d12583
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the ToleranceValue
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ToleranceValue(
bool showDiameterSymbol,
string value,
ToleranceMaterialCondition materialCondition
)
VB
Public Sub New (
showDiameterSymbol As Boolean,
value As String,
materialCondition As ToleranceMaterialCondition
)
C++
public:
ToleranceValue(
bool showDiameterSymbol,
String^ value,
ToleranceMaterialCondition materialCondition
)
F#
new :
showDiameterSymbol : bool *
value : string *
materialCondition : ToleranceMaterialCondition -> ToleranceValue
- Boolean
- Show a diameter symbol before the tolerance value.
- String
- Tolerance value.
- ToleranceMaterialCondition
- Tolerance material condition.
ToleranceValue Class
ToleranceValue Overload
netDxf.Entities Namespace