Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

76080e6e ec52 d779 3948 8322042fc4b3

haplokuon edited this page May 6, 2023 · 1 revision

DimScaleOverall Property

netDxf 3.0.0 Library

Get or set the overall scale factor applied to dimensioning variables that specify sizes, distances, or offsets. (DIMSCALE)

Definition

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

Property Value

Double

Remarks

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.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally