Skip to content

DwgReader.Read not reading Polylines in Example file #471

Open
@jhvjnr

Description

@jhvjnr

Describe the bug
When reading Example.dwg into a CadDocument, the CadDocument contains no entities, even though the file contained Polylines

image

To Reproduce

I run the following code:

doc = ACadSharp.IO.DwgReader.Read(memoryStream);

Providing Example.dwg as a MemoryStream

Example.zip

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:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions