Author Topic: Custom Hatch  (Read 2603 times)

0 Members and 1 Guest are viewing this topic.

Fabricio28

  • Swamp Rat
  • Posts: 666
Custom Hatch
« on: April 20, 2021, 09:03:06 AM »
Hi friends
How are you?

I'd like to now if there is any hatch to make just like the image.
i'm trying to do, but isn't working.

floor size = 0.1x0.2 meters

Regards
Fabricio
« Last Edit: April 20, 2021, 09:15:15 AM by Fabricio28 »

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Custom Hatch
« Reply #1 on: April 20, 2021, 09:52:48 AM »
I'm trying to do something like this guys:

But it is very boring doing that manually, specially isn't working properly.

I'm very frustrated!


danAllen

  • Newt
  • Posts: 132
Re: Custom Hatch
« Reply #2 on: April 20, 2021, 12:32:44 PM »
try this
Code: [Select]
*HB, HERRINGBONE PATTERN
0, 0,0, 4,4, 12,-4
90, 4,0, -4,4,  12,-4

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Custom Hatch
« Reply #3 on: April 20, 2021, 12:56:59 PM »
try this
Code: [Select]
*HB, HERRINGBONE PATTERN
0, 0,0, 4,4, 12,-4
90, 4,0, -4,4,  12,-4

Sorry for my stupid question.... but how can I use this code?

Thanks

danAllen

  • Newt
  • Posts: 132
Re: Custom Hatch
« Reply #4 on: April 20, 2021, 02:09:58 PM »
It is a hatch pattern, you can put into your acad.pat file (or default.pat for Bricscad), or keep it as a separate file named HB.pat in a support directory. Restart CAD and the hatch pattern should be found. More info https://www.thesourcecad.com/custom-hatch-autocad/

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Custom Hatch
« Reply #5 on: April 20, 2021, 02:44:37 PM »
It is a hatch pattern, you can put into your acad.pat file (or default.pat for Bricscad), or keep it as a separate file named HB.pat in a support directory. Restart CAD and the hatch pattern should be found. More info https://www.thesourcecad.com/custom-hatch-autocad/

Thank you, you helped me a lot