Help with Table and Text

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
JobaDiniz
Posts: 6
Joined: 04 Jun 2009, 17:15

Help with Table and Text

Post by JobaDiniz » 05 Jun 2009, 17:42

I'd appreciate some help with drawing or adding a table on the CADImage.
How can I add a Table containing Text on the CADImage?

I don't wanna show the image to the user in order it could draw the table. No, i don't wanna that.
I just wanna add this table programmatically.

Please.
Thanks.

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Re: Help with Table and Text

Post by support » 09 Jun 2009, 15:32

Hello!
Current CAD Import .NET version doesn't support addition of table entity to CADImage programmatically. You can add manual table only.
We will try to implement this functional in future versions.

Alexander
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

JobaDiniz
Posts: 6
Joined: 04 Jun 2009, 17:15

Re: Help with Table and Text

Post by JobaDiniz » 18 Jun 2009, 01:52

So, is it possible programmatically add a block containing some CADMText and a RasterImage (assuming I understood that raster image is an image on .jpg format)?

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Re: Help with Table and Text

Post by support » 23 Jun 2009, 11:13

Hello!
Yes, that's possible. You need to load your image in CADImageDef object, then add CADImageDef and MText into CADBlock.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply