Skip to content

Grid Brush

Lachlan McDonald edited this page Jun 9, 2020 · 42 revisions

The Grid brush generates a grid pattern with variable thickness and spacing.

Parameters

  • Color A: Color of the lines
  • Color B: Color of the boxes in between the lines
  • Thickness: Line thickness
  • X Spacing: Spacing between lines on the X-axis
  • Y Spacing: Spacing between lines on the Y-axis
  • Z Spacing: Spacing between lines on the Z-axis

Setting Color A to 0 will result in gaps, instead of lines. Similarly, setting Color B to 0 will only produce lines (with no boxes in between).

Thickness

Example of a thickness of 1 Example of a thickness of 2
Example of a thickness of 3 Example of a thickness of 4

Using Axis Modes

Axis Modes can be used to only generate a grid on a particular axis. When no Axis Mode is set, a grid is generated on all axes.

Example of no set axis mode
Example of X-axis mode Example of Y-axis mode
Example of X & Y-axis mode Example of Z-axis mode

Examples

Example 1 Example 2
Example 3 Example 4
Clone this wiki locally