Page 1 of 1

Get a text from table

Posted: 24 Sep 2019, 04:47
by dlwotj4274
Hello

I'm trying to get a text from table.

I would like to extract texts from table and make a list of texts.

Should I do explode a table and get a table or

Is there any way to more easy?

Image

Re: Get a text from table

Posted: 24 Sep 2019, 12:21
by support
Hello

One can normally access internal entities (Texts and MTexts in this case) with the Block.Entities property of the Table entity.

Andrey

Re: Get a text from table

Posted: 25 Sep 2019, 05:24
by dlwotj4274
Is there way to know whether line is vertical or horizontal?

Re: Get a text from table

Posted: 25 Sep 2019, 13:03
by support
Hello

With CAD .NET you can get XY coordinates of the start point and end point of the line entity and then find the line angle

Andrey