Note: This exercise requires the use of training.gpj project and training.glb library available from: download.aspx. Instructions for unzipping and setting up these files is on: using gint downloaded examples.aspx.
Note: The View Multiplier field above the grid allows you to preview the final symbol at different scales. When unspecified, the preview is at 100% (that is, ‘1’ or blank). If you were to enter ‘2’ and preview, you would zoom in. If you were to enter ‘.5’, you’d zoom out.
Notice that the gravel tile extends all the way across the material symbol, so it affects both the left and right halves.
Notice also that the closed polyline shapes that make up the gravel tile are not colored in. This is because the shapes are hollow in the underlying tile. We need a gravel tile with filled shapes if we want them to be a solid color.
The problem here is that the order of rows in the data entry grid specifies the layer order (also sometimes called print order) of the component fills, in other words, what prints on top of what. The order of rows, from start to end, specifies the order of layers from bottom to top—first row on the bottom, second row on top of that, and so on. To put the gray solid at the bottom, it needs to be the first row, not the last. And to put the diagonal lines on top, that tile needs to be the last row.
To reorder rows, you position the mouse pointer in the blue square to the left of the row you want to move, press and hold down the right mouse button, and drag the row up or down.