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 407
08a71999 97b8 1ba1 bb8b f860430af3ed
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets a scale factor for linear dimension measurements. (DIMLFAC)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double DimScaleLinear { get; set; }
VB
Public Property DimScaleLinear As Double
Get
Set
C++
public:
property double DimScaleLinear {
double get ();
void set (double value);
}
F#
member DimScaleLinear : float with get, set
Double
All linear dimension distances, including radii, diameters, and coordinates, are multiplied by DimScaleLinear before being converted to dimension text.
Positive values of DimScaleLinear are applied to dimensions in both model space and paper space; negative values are applied to paper space only.
DimScaleLinear has no effect on angular dimensions.