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

08a71999 97b8 1ba1 bb8b f860430af3ed

haplokuon edited this page May 6, 2023 · 1 revision

DimScaleLinear Property

netDxf 3.0.0 Library

Gets or sets a scale factor for linear dimension measurements. (DIMLFAC)

Definition

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

Property Value

Double

Remarks

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.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally