- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 125
ACadSharp.Tables.DimensionStyle.DimensionLineGap
Albert Domenech edited this page Aug 4, 2024
·
2 revisions
Gets or sets the distance around the dimension text when the dimension line breaks to accommodate dimension text (see DIMGAP System Variable).
Also sets the gap between annotation and a hook line created with the LEADER command. If you enter a negative value, DimensionLineGap places a box around the dimension text. The value of DimensionLineGap is also used as the minimum length of each segment of the dimension line. To locate the components of a linear dimension within the extension lines, enough space must be available for both arrowheads (2 x ), both dimension line segments (2 x DimensionLineGap), a gap on either side of the dimension text (another 2 x DimensionLineGap), and the length of the dimension text, which depends on its size and number of decimal places displayed.Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Double DimensionLineGap { 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.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions