TheSwamp

CAD Forums => CAD General => Topic started by: Fabricio28 on April 20, 2021, 09:03:06 AM

Title: Custom Hatch
Post by: Fabricio28 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
Title: Re: Custom Hatch
Post by: Fabricio28 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!

Title: Re: Custom Hatch
Post by: danAllen 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
Title: Re: Custom Hatch
Post by: Fabricio28 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
Title: Re: Custom Hatch
Post by: danAllen 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/ (https://www.thesourcecad.com/custom-hatch-autocad/)
Title: Re: Custom Hatch
Post by: Fabricio28 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/ (https://www.thesourcecad.com/custom-hatch-autocad/)

Thank you, you helped me a lot