Click or drag to resize

ToleranceMaterialCondition Enumeration

Tolerance Material Condition.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public enum ToleranceMaterialCondition
Members
  Member nameValueDescription
None0 No material condition.
Maximum1 Maximum Material Condition (MMC). A feature contains the maximum amount of material stated in the limits.
Least2 Least Material Condition (LMC). A feature contains the minimum amount of material stated in the limits.
Regardless3 Regardless of feature size. A feature can be any size within the stated limits.
See Also