Click or drag to resize
PoAutoCubeAxismodellingMatrix 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 modellingMatrix { 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 modelling matrix and the axes are rebuilt.

See Also