There is a BOM table in the DWG. It is consist of lines and texts. I want to make a Table obejct by this lines and texts.
I know that only lines attributes(start, end position), text position which are part of table.
However, I would like to know how many rows, column in table by using line's information.
Also, I should make table object that text are saved.
I tried to exact just text information (position) to make a table object. but it was problem to sort by order.