This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
84bd7f38 764a 1eb1 ec65 4c53072699de
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the scale of fractions relative to dimension text height. (DIMTFAC)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double TextFractionHeightScale { get; set; }
VB
Public Property TextFractionHeightScale As Double
Get
Set
C++
public:
property double TextFractionHeightScale {
double get ();
void set (double value);
}
F#
member TextFractionHeightScale : float with get, set
Double
Default: 1.0
This value is only applicable to Architectural and Fractional units, and also controls the height factor applied to the tolerance text in relation with the dimension text height.