hatch-pattern-editor

Hatch patterns with multiple lines examples

Complex hatch patterns can contain multiple definition lines and can have an origin that passes through offsets from the origin.

Not all hatch patterns use origin points of 0,0. In composing more complex patterns, you need to carefully specify the following of each line family to form the hatch pattern correctly:

Hatch patterns defined using multiple definition lines describe the length and angle in which each line segment is to be drawn. The following shows the definition lines that describe the AR-B816 hatch pattern:

*AR-B816, 8x16 Block elevation stretcher bond
0, 0,0, 0,8 
90, 0,0, 8,8, 8,-8

An area hatched with this pattern would look like this:

Example: Inverted-U Pattern

An inverted-U (one line up, one over, and one down) is a pattern that repeats every one unit, and is made up of line segments that are 0.5 units in length followed by a gap of 0.5 units wide.

An area hatched with this pattern would look like this:

This pattern would be defined as follows:

*IUS, Inverted U's
90, 0,0, 0,1, .5,-.5 
0, 0,.5, 0,1, .5,-.5 
270, .5,.5, 0,1, .5,-.5

The following provides a visual breakdown of how the pattern is drawn:

Example: Six-Pointed Star

A six-pointed star pattern can be created with three dashed lines that start at the origin point and continue along the vector direction specified by the angle specification.

An area hatched with this pattern would look like this:

This pattern would be defined as follows:

*STARS, Six-pointed star 
0, 0,0, 0,.866, .5,-.5 
60, 0,0, 0,.866, .5,-.5 
120, .25,.433, 0,.866, .5,-.5

Note: 0.866 is the sine of 60 degrees.

Documentation