Creates a visual grid plane to help with positioning and modifications.
Type: Float Default: 0
The X value of the corner of the grid.
Type: Float Default: 0
The Y value of the corner of the grid.
Type: Float Default: 0
The Z value of the corner of the grid.
Type: Float Default: 0
The X axis along the Y point.
Type: Float Default: 10
The Y axis along the Y point.
Type: Float Default: 10
The X axis along the X point.
Type: Float Default: 0
The Y axis along the X point.
Type: Float Default: 1
The scale value of the grid. Increase to enlarge or decrease to shrink.
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
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.
Type: Float Default: 1
The size of each individual grid square in the grid.
<showgrid cx="23" cy="10" cz="30" />
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.