CADability dotNET
Scaling system of the line width.
  • DeviceWidth specifies the number of pixel, zoom independant
  • WorldWidth specifies the width of the line in the world coordinate system
  • LayoutWidth specifies the width of the line in the layout system (mm on the paper when printed)

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public enum Scaling
Visual Basic
Public Enumeration Scaling
Visual C++
public enum class Scaling

Members

Member nameDescription
Device
World
Layout

See Also