Open
Description
Describe the bug
When reading Example.dwg into a CadDocument, the CadDocument contains no entities, even though the file contained Polylines
To Reproduce
I run the following code:
doc = ACadSharp.IO.DwgReader.Read(memoryStream);
Providing Example.dwg as a MemoryStream
Expected behavior
Expected a successful read of the file like I see in other programs
Screenshots
The eventual output should look like this as seen in another cad program: