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
9 stars 2 forks source link

Point #25

Closed mme1950 closed 9 months ago

mme1950 commented 9 months ago

In AutoCAD several shapes can be selected for a Point. The point symbol and size can be read from the document header: PointDisplayMode=$PDSTYLE, PointDisplaySize=$PDSIZE. PointDisplayStyle in the lower 3 bits contains an enum value representing the interiour: dot (0), empty (1), plus (2), x (3), line-up (4), and the flags circle (32) and square (64).