Click or drag to resize
PoAutoCubeAxisprojectionMatrix Property

This modelling 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 projectionMatrix { 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 projection matrix and the axes are rebuilt. projectionMatrix depends on the current camera.

See Also