A program to create brick paper and brick arches.
This program was written to create the brick paper and arch for the new tunnel for Farnborough Road.
Ground disc article in pdf.
It should be fairly easy to use the program, except for creating new brick patterns.
Clicking on one of the colour boxes allows a different colour to be selected for bricks or mortar.
The copy button copies the pattern to the clipboard so it can be imported into a photo editing program.
All the drawing in the program is done at 48 pixels per foot. Conversion to 7mm scale means the drawing
needs to be printed at 174 dpi (48 / 7 x 25.4), and conversion to 4mm scale would need to be printed
at 305 dpi.
The pattern for each course of bricks is separated by a ','.
Example English Cross or Dutch bond: 0S,2H,4S,2H,
This pattern has 4 courses which are repeated. Each brick or part brick uses 1 character, and the first character for each course is only used at the start of the course. So 0S means a course of all stretchers starting 0/8th of a brick from the left, and 2H is a course of all headers starting 2/8th of a brck from the left.
0-9 | blank space in 1/8th of a brick |
C | corner brick, header on current face, stretcher on next face |
c | corner brick, stretcher on current face, header on the next face |
Q | 3/4 brick |
q | quarter brick |
S | stretcher |
H | header (1/2 stretcher), |
A | alternate colour stretcher |
a | alternate colour header |
J | sailor (3 row high, header width) |
K | soldier (1/3 stretcher width, 3 rows high) |
V | small (2 row) vertical brick |
v | bottom of V |
T | small 2/3 stretcher |
t | small 1/3 stretcher |
R | shiner. Bricks on edge to make 4.5" row height as in Rat trap bond. |
r | rowlock. Bricks on edge to make 4.5" row height as in Rat trap bond. |
Example Paper for a pilaster 1 brick deep and 6 bricks wide: 2HCSSSScH2,2cqHHHHHHHHHqC2
Download the zipped Windows executable file.
Download all the zipped C# source project files.