Skip to content

ACadSharp.Tables.DimensionStyle.TextOutsideExtensions

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

TextOutsideExtensions Property

Controls whether a dimension line is drawn between the extension lines even when the text is placed outside. (see DIMTOFL System Variable).

Remarks

For radius and diameter dimensions, a dimension line is drawn inside the circle or arc when the text, arrowheads, and leader are placed outside.

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Boolean TextOutsideExtensions { get; set; }

Property Value

Boolean

Value

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 points
Clone this wiki locally