ACadSharp.Tables.DimensionStyle.TextInsideExtensions - DomCR/ACadSharp GitHub Wiki

TextInsideExtensions Property

Draws text between extension lines (see DIMTIX System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Boolean TextInsideExtensions { get; set; }

Property Value

Boolean

Value

false: For linear and angular dimensions, dimension text is placed inside the extension lines if there is sufficient room. true: Draws dimension text between the extension lines even if it would ordinarily be placed outside those lines. For radius and diameter dimensions, TextInsideExtensions on (true) always forces the dimension text outside the circle or arc.
⚠️ **GitHub.com Fallback** ⚠️