Workspace 6.21.5
|
Creates a SceneItem representing major axes in a cartesian coordinate system (the X, Y and Z axes). These axes are useful for providing orientation to a user while they are interacting with a Scene.
Inputs: | |||
---|---|---|---|
Enabled | bool | If enabled, the axes will be visible in the Scene they are added to. | |
X axis color | QColor | ||
Y axis color | QColor | ||
Z axis color | QColor | ||
X axis label | QString | ||
Y axis label | QString | ||
Z axis label | QString | ||
Axes length | CSIRO::Mesh::Vector3dGroup | The length of the axes in local coordinates. | |
Tip size | double | The size of the arrow heads attached to the axes in local coordinates. | |
Outputs: | |||
Axes | CSIRO::Rendering::Transform |