Export Custom Group Codes for Entities

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
deanlupini
Posts: 4
Joined: 21 Nov 2010, 20:38

Export Custom Group Codes for Entities

Post by deanlupini » 29 Apr 2012, 22:53

Is there a way to add group codes and values to entities for export that aren't available through the API?

For example, if I need to export points with a group code 50 (angle) or 39 (thickness), can I manually add that? Currently, the CADPoint object has no Angle or Thickness member.

Thanks.

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

Re: Export Custom Group Codes for Entities

Post by support » 30 Apr 2012, 10:49

Hello.
CADPoint entity provides ZThick property that represents group code 39 value. Unfortunately there is no a property for group code 50. The library doesn't allow adding such property manually for export.

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

deanlupini
Posts: 4
Joined: 21 Nov 2010, 20:38

Re: Export Custom Group Codes for Entities

Post by deanlupini » 01 May 2012, 18:11

Hi, the LineWeight and ZThick property don't seem to come through to the exporter. Only LineTypeScale comes through as a group 48.

Is this a bug?

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

Re: Export Custom Group Codes for Entities

Post by support » 02 May 2012, 11:21

Hello.
Thank you for the remark. Unfortunately this is a bug in library functionality. We will consider it and develop a solution.

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

Post Reply