Solved

Put hatches in polygon and write to DXF

  • 2 March 2022
  • 1 reply
  • 2 views

Hi,

 

I have created a random polygon (in EPSG: 4647) and now I want to put hatches inside of it via DWGStyler. They should be depicted in an angle of 45° and as lines - this works. Between the lines, there has to be a distance of 2 meter and this is where I got stuck. I've tried to achieve this via Pattern Scale in the DWGStyler and by setting "autocad_hatch_pattern_space" to 2 by using an attributecreator, but this doesn't seem to work properly.

icon

Best answer by daveatsafe 3 March 2022, 00:08

View original

1 reply

Userlevel 2
Badge +17

Hi @phil7g​,

Please try using fill pattern ANSI31 with a Pattern Scale of 16. This seems to give a 45 degree pattern with a 2m spacing.

Screen Shot 2022-03-02 at 3.06.17 PM

Reply