Page 1 of 1

Hatch Island detection style

Posted: 09 Dec 2020, 16:19
by Sing
Hello,

Is there a way to set an attribute of 'Island Detection Style' for hatches?

Re: Hatch Island detection style

Posted: 10 Dec 2020, 00:11
by support
Hello,

If you create a hatch by code, there is no automatic island detection. You should define the external and internal contours using a CAD2DBoundaryList.BoundaryType property which operates with the following bit-coded flags determining the boundary path type:

0 = Default
1 = External
2 = Polyline
4 = Derived
8 = Textbox
16 = Outermost

Mikhail

Re: Hatch Island detection style

Posted: 05 Jan 2021, 11:59
by Sing
Thank you Mikhail. It works perfectly.