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

LinearScaleFactor Property

Sets a scale factor for linear dimension measurements (see DIMLFAC System Variable).

Remarks

All linear dimension distances, including radii, diameters, and coordinates, are multiplied by this LinearScaleFactor before being converted to dimension text. Positive values of LinearScaleFactor are applied to dimensions in both model space and paper space; negative values are applied to paper space only. LinearScaleFactor applies primarily to non-associative dimensions (DIMASSOC set 0 or 1). For non-associative dimensions in paper space, LinearScaleFactor must be set individually for each layout viewport to accommodate viewport scaling. LinearScaleFactor has no effect on angular dimensions, and is not applied to the values held in , , or .

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Double LinearScaleFactor { get; set; }

Property Value

Double

⚠️ **GitHub.com Fallback** ⚠️