Click or drag to resize

ToleranceMaterialCondition Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Tolerance Material Condition.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum ToleranceMaterialCondition
Request Example View Source
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