How about creating a custom .pat as shown above?
*CUSTOMTILE, Hatch description
0, 1.41421356,0, 0,8, 5.17157288, -2.82842712
0, -2.58578644,4, 0,8, 5.17157288, -2.82842712
90, 0,1.41421356, 0,8, 5.17157288, -2.82842712
90, 4,-2.58578644, 0,8, 5.17157288, -2.82842712
45, -1.41421356,0, 0,5.65685425, 2, -3.65685425
135, 1.41421356,0, 0,5.65685425, 2, -3.65685425
225, 1.41421356,0, 0,5.65685425, 2, -3.65685425
315, -1.41421356,0, 0,5.65685425, 2, -3.65685425
The first code line must start with and asterisk, followed by the uppercased hatch name, a comma and some description.
Each following code line represents a geometrical line in which the pattern is subdivided.
In this case, we'll need 8 different lines.
Each line sintax is A,B,C,D,E,F,G where:
- A represents the angle expressed in degrees.
- B and C are the line starting point coordinates (X,Y).
- D and E are the next line starting point coordinates (X,Y) respect of the previous B and C.
- F represents line's length.
- G determines the gap between each line.
Hereinafter, please check the attached file and captures:


