=====ShowGrid===== ====Summary==== Creates a visual grid plane to help with positioning and modifications. ====Parameters==== ===CX=== //Type: [[Float]] Default: **0**// The X value of the corner of the grid. ===CY=== //Type: [[Float]] Default: **0**// The Y value of the corner of the grid. ===CZ=== //Type: [[Float]] Default: **0**// The Z value of the corner of the grid. ===YAX=== //Type: [[Float]] Default: **0**// The X axis along the Y point. ===YAY=== //Type: [[Float]] Default: **10**// The Y axis along the Y point. ===XAX=== //Type: [[Float]] Default: **10**// The X axis along the X point. ===XAY=== //Type: [[Float]] Default: **0**// The Y axis along the X point. ===Scale=== //Type: [[Float]] Default: **1**// The scale value of the grid. Increase to enlarge or decrease to shrink. ===Units=== //Type: [[text]] Default: **m**// This parameter allows you to specify a unit of measurement to display as formatting for grid distances. E.g: m,cm,km ===AnchorAsset=== //Type: [[Integer]] Default: **0**// This parameter allows you to specify an asset to anchor the grid to. The asset must be specified as a valid ARDI ID value. ===LineEvery=== //Type: [[Float]] Default: **1**// The size of each individual grid square in the grid. ====Examples==== > The above code will automatically create a grid and show it, with the lower left corner starting at the XYZ coordinates **23,10,30** respectively.