Workspace 6.21.5
|
Creates a grid cube mesh in 3 dimensions which acts as the axes and scale for 3D plots. Grid sizing is based on a user-specified bounding box, while grid faces to render and scale intervals for each axis are customisable. This allows scene items of interest to be conveniently placed in a 3D plotting scenario.
Inputs: | |||
---|---|---|---|
Enabled | bool | Enable rendering of the 3D plot grid. | |
Plot grid bounds | CSIRO::Mesh::BoundingBox | Bounds of 3D plot grid without margin applied. May be derived from bounds of a scene item of interest. | |
Axis margins | CSIRO::Mesh::Vector3dGroup | Margins applied to each axis of plot bounds. | |
Axis intervals | CSIRO::Mesh::Vector3dGroup | Intervals between grid planes on each axis. | |
Grid render options | CSIRO::Rendering::PlotGrid3dRenderOptions | Enable rendering of individual features (faces, inner grid) of the 3D plot grid. | |
Outputs: | |||
3D plot grid | CSIRO::Rendering::Transform |