DomCR / ACadSharp

C# library to read/write cad files like dxf/dwg.
MIT License
429 stars 119 forks source link

ACAD_TABLE Implementation #313

Open DomCR opened 8 months ago

DomCR commented 8 months ago

Discussed in https://github.com/DomCR/ACadSharp/discussions/312

Originally posted by **tardisconsole** March 18, 2024 Hi, I'm writing an import tool that simply needs to parse some content text contained in a table inside a DWG. Using AcadSharp, I can see virtually everything except the table data. Reading some other discussions relating to ACAD_TABLE, it seems this has not yet been implemented. Doing a foreach through the document entities, I have found BlockRecord entries that match the majority of the content text contained in the table, but there are cases where the content text in the table is an empty string. These entries are not included in the BlockRecord list when reading in the DWG file. Because of this, it's impossible to tell where the empty strings are when running through the list. Will ACAD_TABLE support be available soon? Just a list of entities with grid row/column references and the content text would essentially solve my issue. Or alternatively, is there a way of including the empty BlockRecord entries (if they exist)? Thank you.
NeilWBruce commented 11 hours ago

Is there any update on this? Seems like a lot of the work was done but has been left in a pull request since March?