nanoLogika / ACadSvg

C# library to convert AutoCAD drawings from DWG to SVG. AutoCAD files are read using ACadSharp.
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Dimension Class Hierarchy #64

Closed mme1950 closed 6 months ago

mme1950 commented 7 months ago

The DimensionSvg class ist the the base class for all Dimension ... Svg classes. It shall provide access to the DimensionProperties object, store some values that are to be used by all types of dimension entities and provide some commonly used methods, e.g., to create dimension-line or extension-line SVG elements.