Click or drag to resize

DimensionStyleDimScaleLinear Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets a scale factor for linear dimension measurements

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

Property Value

Type: Double
Remarks
All linear dimension distances, including radii, diameters, and coordinates, are multiplied by DIMLFAC before being converted to dimension text.
Positive values of DIMLFAC are applied to dimensions in both model space and paper space; negative values are applied to paper space only.
DIMLFAC has no effect on angular dimensions.
See Also