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 409
76080e6e ec52 d779 3948 8322042fc4b3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Get or set the overall scale factor applied to dimensioning variables that specify sizes, distances, or offsets. (DIMSCALE)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double DimScaleOverall { get; set; }
VB
Public Property DimScaleOverall As Double
Get
Set
C++
public:
property double DimScaleOverall {
double get ();
void set (double value);
}
F#
member DimScaleOverall : float with get, set
Double
Default: 1.0
DIMSCALE does not affect measured lengths, coordinates, or angles.
DIMSCALE values of zero are not supported, any imported drawing with a zero value will set the scale to the default 1.0.