Hatch Island detection style
Moderators: SDS, support, admin
Hatch Island detection style
Hello,
Is there a way to set an attribute of 'Island Detection Style' for hatches?
Is there a way to set an attribute of 'Island Detection Style' for hatches?
- Attachments
-
- hatch_with_island.PNG (9.19 KiB) Viewed 2471 times
Re: Hatch Island detection style
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
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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Hatch Island detection style
Thank you Mikhail. It works perfectly.