Export Custom Group Codes for Entities
Moderators: SDS, support, admin
-
- Posts: 4
- Joined: 21 Nov 2010, 20:38
Export Custom Group Codes for Entities
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.
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.
Re: Export Custom Group Codes for Entities
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.
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
Chat support on Skype: cadsofttools.support
-
- Posts: 4
- Joined: 21 Nov 2010, 20:38
Re: Export Custom Group Codes for Entities
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?
Is this a bug?
Re: Export Custom Group Codes for Entities
Hello.
Thank you for the remark. Unfortunately this is a bug in library functionality. We will consider it and develop a solution.
Alexander.
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
Chat support on Skype: cadsofttools.support