-
-
Notifications
You must be signed in to change notification settings - Fork 119
ACadSharp.Tables.DimensionStyle.MinusTolerance
Albert Domenech edited this page Aug 4, 2024
·
2 revisions
Gets or sets the minimum (or lower) tolerance limit for dimension text when or is on (true). (see DIMTM System Variable).
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).Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Double MinusTolerance { get; set; }
Double
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions