Skip to content

ACadSharp.Tables.DimensionStyle.ToleranceScaleFactor

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

ToleranceScaleFactor Property

Specifies a scale factor for the text height of fractions and tolerance values relative to the dimension text height, as set by (see DIMTFAC System Variable).

Remarks

For example, if ToleranceScaleFactor is set to 1.0, the text height of fractions and tolerances is the same height as the dimension text. If ToleranceScaleFactor is set to 0.7500, the text height of fractions and tolerances is three-quarters the size of dimension text.

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Double ToleranceScaleFactor { get; set; }

Property Value

Double

Clone this wiki locally