Click or drag to resize
PoAutoCubeAxisviewingMatrix Property

This viewing matrix is used to determine the visibility of each face (and thus the axes to draw).

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFMatrix viewingMatrix { get; }

Property Value

Type: SoSFMatrix
Remarks

Each time an OIV.Inventor.Actions.SoGLRenderAction, an OIV.Inventor.Actions.SoCallbackAction, an OIV.Inventor.Actions.SoRayPickAction or an OIV.HardCopy.SoVectorizeAction traverse this node, this matrix is set to the current viewing matrix and the axes are rebuilt. viewingMatrix depends on the current camera.

See Also