How to clear the background color in hatching

How to clear the background color in hatching

fsztuczny
Advocate Advocate
250 Views
1 Reply
Message 1 of 2

How to clear the background color in hatching

fsztuczny
Advocate
Advocate

Hello

I noticed that from the GUI it is possible to set the background colour to None. From .Net API BackgroundColor has the flag IsNone = true set. I am guessing that the colour should be assigned with this flag set. How do I create such a colour?

0 Likes
Accepted solutions (1)
251 Views
1 Reply
Reply (1)
Message 2 of 2

fsztuczny
Advocate
Advocate
Accepted solution

I found a solution through experimentation. It works:

hatch.BackgroundColor = Color.FromEntityColor( new EntityColor( ColorMethod.None ) );

 

0 Likes