Workspace 6.21.5
|
Creates a MeshModelInterface that represents a 2D grid, defined in 3 dimensions. The user can control the plane that the grid lies along, as well as the various intervals and colors of the grid lines.
Inputs: | |||
---|---|---|---|
Enabled | bool | ||
Plane | CSIRO::Rendering::GridScaleBuilder::Plane | ||
Axis1 min | double | ||
Axis1 max | double | ||
Axis1 interval | double | ||
Axis1 sub-interval | double | ||
Axis1 labels | QStringList | A QStringList containing text labels for each interval on Axis1. If the number of labels does not match the number of intervals, and error will be raised. | |
Axis2 min | double | ||
Axis2 max | double | ||
Axis2 interval | double | ||
Axis2 sub-interval | double | ||
Axis2 labels | QStringList | A QStringList containing text labels for each interval on Axis2. If the number of labels does not match the number of intervals, and error will be raised. | |
Interval color | QColor | ||
Sub-interval color | QColor | ||
Outputs: | |||
Grid Scale | CSIRO::Rendering::Transform |