Retrieve Hatch Pattern

Retrieve Hatch Pattern

Anonymous
Not applicable
210 Views
2 Replies
Message 1 of 3

Retrieve Hatch Pattern

Anonymous
Not applicable
I have a drawing with an unusual hatch pattern. This drawing was created by someone else. I want to create more areas of hatch with this same hatch pattern. I can't do it because I don't have the hatch pattern in my acad.pat file.

Thanks in advance for your help.

David
0 Likes
211 Views
2 Replies
Replies (2)
Message 2 of 3

GTVic
Advisor
Advisor
You could convert the drawing to a DXF and find the hatch definition. The online developer help can show you the codes and values.

For example, the BRICK pattern here...

*BRICK,Brick or masonry-type surface
0, 0, 0, 0, 6.35
90, 0, 0, 0, 12.7, 6.35, -6.35
90, 6.35, 0, 0, 12.7, -6.35, 6.35

Looks something like this in a DXF:

78
3
53
0.0
43
0.0
44
0.0
45
0.0
46
6.35
79
0
53
90.0
43
0.0
44
0.0
45
-12.7
46
0.00
79
2
49
6.35
49
-6.35
53
90.0
43
6.35
44
0.0
45
-12.7
46
0.00
79
2
49
-6.35
49
6.35
0 Likes
Message 3 of 3

Anonymous
Not applicable
On 8/9/2005 4:21 PM dlinford wrote:

> I have a drawing with an unusual hatch pattern. This drawing was
> created by someone else. I want to create more areas of hatch with
> this same hatch pattern. I can't do it because I don't have the hatch
> pattern in my acad.pat file.
>


Try GETPAT.LSP from:
http://www.turvill.com/t2/free_stuff/index.htm


--
R.K. McSwain
http://rkmcswain.blogspot.com
0 Likes