I tried all the PICKADD options and nothing worked. I run 2027 but just tried 2024. Same issue.
I also tried FLATTEN per Kent. Funny, it did not work. Even after I re-did the PEDIT them back to being closed.
Imad, what is your Hatch Setting for Island Detection? Mine defaults to OUTER. If I change it to NORMAL per my discussion above it works great.
AI says NORMAL is the Best and Default Setting. Not on my computer. But will be soon!
The best, most versatile island detection setting for Hatch in AutoCAD is Normal (the default), which hatches between the outermost boundary and the first internal boundary, leaving inner holes unhatched. It balances detecting internal "islands" (holes) while ignoring "holes within holes" (like text inside a box).
To set the AutoCAD hatch island detection to "Normal" by default, set the HPISLANDDETECTIONMODE system variable to 0. This change ensures that AutoCAD treats internal closed areas as islands (unhatched) while hatching the main area, rather than defaulting to "Outer" or "Ignore" modes.
Method 1: Set System Variable (Fastest)
Type HPISLANDDETECTIONMODE in the command line and press Enter.
Type 0 (for Normal) and press Enter.
Note: The options are 0=Normal, 1=Outer, 2=Ignore.
Sorry, I keep adding. This video will explain what is happening with the OUTER section.
https://youtu.be/ob7o6ybrz7Q?si=0wl9ZrvrbircrSyI
Thanks, JRR!