Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

2a3da1e5 56e4 dd9c 05f7 566603fecc57

haplokuon edited this page May 6, 2023 · 1 revision

ToleranceMaterialCondition Enumeration

netDxf 3.0.0 Library

Tolerance Material Condition.

Definition

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

Members

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.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally