Skip to content

ACadSharp.Tables.DimensionStyle.MinusTolerance

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

MinusTolerance Property

Gets or sets the minimum (or lower) tolerance limit for dimension text when or is on (true). (see DIMTM System Variable).

Remarks

MinusTolerance accepts signed values. If is on and and MinusTolerance are set to the same value, a tolerance value is drawn. If MinusTolerance and values differ, the upper tolerance is drawn above the lower, and a plus sign is added to the value if it is positive. For MinusTolerance, the program uses the negative of the value you enter (adding a minus sign if you specify a positive number and a plus sign if you specify a negative number).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Double MinusTolerance { get; set; }

Property Value

Double

Clone this wiki locally