Bricks and Arches

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.

Brick Wall Patterns

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-9blank space in 1/8th of a brick
Ccorner brick, header on current face, stretcher on next face
ccorner brick, stretcher on current face, header on the next face
Q3/4 brick
qquarter brick
Sstretcher
Hheader (1/2 stretcher),
Aalternate colour stretcher
aalternate colour header
Jsailor (3 row high, header width)
Ksoldier (1/3 stretcher width, 3 rows high)
Vsmall (2 row) vertical brick
vbottom of V
Tsmall 2/3 stretcher
tsmall 1/3 stretcher
Rshiner. Bricks on edge to make 4.5" row height as in Rat trap bond.
rrowlock. 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.

TOP