.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Hatch Background Color in a DXF file
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
375 Views, 3 Replies
05-02-2011 02:12 AM
Hi, I'm developing a C# project that exports drawings to DXF. I have almost finished it, but I cannot figure out how to set the background color of a Hatch entity. As I see in some sample DXF files, the background color looks like:
1001
HATCHBACKGROUNDCOLOR
1071
-1023410174
So it's some kind of extended data and the number "-1023410174" corresponds to yellow background color. But how is it calculated? I'll be very gratefuul if someone can help me with this 
Best Regards,
Pavel
Solved! Go to Solution.
Re: Hatch Background Color in a DXF file
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-02-2011 04:01 AM in reply to:
Pavel_Vladov
Have a look at this topic.
Hope it will help.
![]()
Re: Hatch Background Color in a DXF file
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-02-2011 04:22 AM in reply to:
Pavel_Vladov
Sorry, forgot to paste the link... ![]()
Re: Hatch Background Color in a DXF file
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-02-2011 05:03 AM in reply to:
mendesva
That's great! Thank you very much, mendesva. I've got it now and my project is finally completed ![]()
Best Regards,
Pavel

