Click or drag to resize

DimensionStyleDimScaleOverall Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Get or set the overall scale factor applied to dimensioning variables that specify sizes, distances, or offsets.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public double DimScaleOverall { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
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.
Default: 1.0
See Also