Extended Entity Data

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
yannick
Posts: 18
Joined: 16 Apr 2008, 12:43

Extended Entity Data

Post by yannick » 01 Sep 2008, 16:50

Hello,

Can CADImport.net read "Extended Entity Data"?
If yes :
- how it is link with entity?
- which class represent this data
- can you post a simple sample?

Best regards, yannick.

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

Re: Extended Entity Data

Post by support » 01 Sep 2008, 18:32

Hello!

CAD Import .NET reads "Extended Entity Data" only for AutoCAD entities accordingly to "DXF Reference" documentation. Do you mean some exact extended data for some entities?

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

yannick
Posts: 18
Joined: 16 Apr 2008, 12:43

Re: Extended Entity Data

Post by yannick » 01 Sep 2008, 19:25

Sergey,

Yes, i mean "Extended Entity Data" for entities.
I need to read "Extended Entity Data" of all entities of a layer of a dwg file.

yannick.

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

Re: Extended Entity Data

Post by support » 02 Sep 2008, 11:55

Yannick,

Accordingly to AutoCAD DXF Reference documentation there is an APPID table which contains user-supplied (or application-supplied) application name (for extended data). These applications can add theirs data to ExData.

AutoCAD uses “ACAD” name to define data which is not documented through the main group codes. CAD Import .NET can read this AutoCAD data. CAD Import .NET may not read ExData of the other applications.

Thus first of all it is necessary to specify what exactly ExData you need to get.

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

jjo
Posts: 1
Joined: 31 May 2011, 13:26

Re: Extended Entity Data

Post by jjo » 31 May 2011, 13:49

Hi

I want to export "Extended Entity Data" for individual polyline objects, in DXF format.

I have found my way through to export the 'normal' properties like coordinates, color, width etc. but I have more information attached to each object which I would like to add to the exported data.

I cannot find any methods to define such extended attributes for a polyline ( the DXF group 1000 ones ) - is there anyone out there who can tell be if it is possible and hopefully also how ?

I'm using C#

Best Regards,
Jan Jochimsen
7-Technologies A/S
Denmark

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

Re: Extended Entity Data

Post by support » 31 May 2011, 14:13

Hello Jan.
Unfortunately CAD Import .NET doesn't support "Extended Data" export.

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

Post Reply