You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Discussed in #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.
The text was updated successfully, but these errors were encountered: