Page 1 of 1
Export Custom Group Codes for Entities
Posted: 29 Apr 2012, 22:53
by deanlupini
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.
Re: Export Custom Group Codes for Entities
Posted: 30 Apr 2012, 10:49
by support
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.
Re: Export Custom Group Codes for Entities
Posted: 01 May 2012, 18:11
by deanlupini
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?
Re: Export Custom Group Codes for Entities
Posted: 02 May 2012, 11:21
by support
Hello.
Thank you for the remark. Unfortunately this is a bug in library functionality. We will consider it and develop a solution.
Alexander.