Get a text from table
Moderators: SDS, support, admin
-
- Posts: 13
- Joined: 19 Jun 2019, 07:30
Get a text from table
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?

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?

Re: Get a text from table
Hello
One can normally access internal entities (Texts and MTexts in this case) with the Block.Entities property of the Table entity.
Andrey
One can normally access internal entities (Texts and MTexts in this case) with the Block.Entities property of the Table entity.
Andrey
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
-
- Posts: 13
- Joined: 19 Jun 2019, 07:30
Re: Get a text from table
Is there way to know whether line is vertical or horizontal?
Re: Get a text from table
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
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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support