Adds a grid
| <vizshape>.addGrid( | |
| size = [50.0,50.0] | |
| step = 1.0 | |
| boldStep = 0 | |
| axis = vizshape.AXIS_Y | |
| ) |
Flag | Description |
vizshape.AXIS_X | Shape will point toward the X axis when added |
vizshape.AXIS_Y | Shape will point toward the Y axis when added |
vizshape.AXIS_Z | Shape will point toward the Z axis when added |