-
-
Notifications
You must be signed in to change notification settings - Fork 120
ACadSharp.Tables.DimensionStyle.TextOutsideExtensions
Albert Domenech edited this page Aug 4, 2024
·
2 revisions
Controls whether a dimension line is drawn between the extension lines even when the text is placed outside. (see DIMTOFL System Variable).
For radius and diameter dimensions, a dimension line is drawn inside the circle or arc when the text, arrowheads, and leader are placed outside.
Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Boolean TextOutsideExtensions { get; set; }
Boolean
true: Draws dimension lines between the measured points even when arrowheads are placed outside the measured points false: Does not draw dimension lines between the measured points when arrowheads are placed outside the measured pointsACadSharp 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