Object which provides a configurable set of axes to help in visualizing the 3D workspace.

| Name | Description |
|---|---|
| name | Object name [string] |
| input_matrix | Input matrix [matrix4] |
| position | Position [vector3] |
| orientation | Orientation [angle_axis] |
| scale | Scale Matrix [vector3] |
| output_matrix | Output matrix [matrix4] |
| viewport_visible | Visible [boolean] |
| axes | Display XYZ axes [boolean] |
| xyplane | Display XY plane as a grid [boolean] |
| yzplane | Display YZ plane as a grid [boolean] |
| xzplane | Display XZ plane as a grid [boolean] |
| gridsize | The size of each grid square [number] |
| gridcount | Number of squares along each grid [positive integer] |