Announcements

Announcement: We’re aware of an issue affecting starting a new topic from category pages and creating new blog posts. New topics can still be started directly from the relevant board. Learn more here.

hatch pattern unwanted outcome

hatch pattern unwanted outcome

Anonymous
Not applicable
1,053 Views
2 Replies
Message 1 of 3

hatch pattern unwanted outcome

Anonymous
Not applicable

Hello All,

thanks for the fast response on the previous post, now that everything works i need to understand what i am doing wrong, i cannot come up with a solution on a hatch i want to make.

The script is:

 

*METALMESH, TEST
22.5, 0,0, 0,0.63, 0.65,-0.169
157.5, 0,0, 0,0.63, 0.65,-0.169
-22.5, 0,0.49749, 0,0.63, 0.65,-0.169
-157.5, 0,0.49749, 0,0.63, 0.65,-0.169

 

and the outcome i am looking for is not as planned. please see pictures below.

0 Likes
Accepted solutions (1)
1,054 Views
2 Replies
Replies (2)
Message 2 of 3

hugha
Collaborator
Collaborator

Try this:

 

;-------------------------------------------------------------------------------
; Written by HatchKit Professional
; HatchKit Professional (c)1990-2019 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2019-12-11
;-Time : 10:29:05
;-HatchKit Version : 3.1.11.2740
;-HatchKit Output Filetype : AutoCAD format
;-------------------------------------------------------------------------------
*Metalmesh,DXF Entity Section
-22.62,2.112,0.815,0.57668642,0.581538008,0.65,-0.168995532
22.62,1.512,0.565,0.242309112,0.581538008,0.65,-0.168995533
-22.62,1.512,0.565,0.57668642,0.581538008,0.65,-0.1689955329
-157.38,2.712,0.565,0.242309112,0.581538008,0.65,-0.1689955323

 

 

 

 

hth,

 

Hugh Adamson

0 Likes
Message 3 of 3

Anonymous
Not applicable
Accepted solution

I noticed my mistake, when typing in the offset in reference to the previous starting point I wasn't taking in account the angle of the line (22.5°) which rotates my local UCS by 22.5° and so my offset point was in the wrong location.

0 Likes