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 413
2a3da1e5 56e4 dd9c 05f7 566603fecc57
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Tolerance Material Condition.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum ToleranceMaterialCondition
VB
Public Enumeration ToleranceMaterialCondition
C++
public enum class ToleranceMaterialCondition
F#
type ToleranceMaterialCondition
None | 0 | No material condition. |
Maximum | 1 | Maximum Material Condition (MMC). A feature contains the maximum amount of material stated in the limits. |
Least | 2 | Least Material Condition (LMC). A feature contains the minimum amount of material stated in the limits. |
Regardless | 3 | Regardless of feature size. A feature can be any size within the stated limits. |