Filling - Checkerboard Hatch Filter

The checkerboard hatch filling draws an input slice stack geometry with parallel hatch lines in a checkerboard pattern in a first pass. The same process is repeated to fill the gaps in a second pass. Only the contour geometry is used, while all input hatches are discarded.

Parameter Default Value Description
Hatch distance mandatory Distance of the hatch lines.
Quad width mandatory Width of the checkerboard pattern.
Quad height mandatory Height of the checkerboard pattern.
Quad gap 0 Gap between the fields. A negative gap means that the fields overlap.
Angle 0 Determines the angle of the hatch lines.
Angle increment 90 Determines how much the angle is increased layer by layer.
Only each ... layer 1 Determines if only every n-th layer is used.
Layer offset 0 If the onlyeachlayer parameter is larger than 1, there is ambiguity where the layer selection should start. A layer offset allows you to control the behavior. For example, use either each second layer or each second-plus-one-th layer.
Hatch origin increment 0 While hatching will parallel lines, there is an ambiguity, where the first line starts in perpendicular direction. The Originincrement parameter allows you to move the starting point of the hatch lines layer by layer.
Sort type none Defines how the fill hatches are sorted. Possible values are:
  • none - no specific resorting is performed
  • plusx - sort from left to right
  • minusx - sort from right to left
  • plusy - sort from bottom to top
  • minusy - sort from top to bottom

XML Configuration example code:

<checkerboard name="filling" entry="shere" distance="0.6" width="8.000" height="5.000" />