Click or drag to resize
SoGetMatrixActionGetMatrix Method

Returns cumulative transformation matrix.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public SbMatrix GetMatrix()

Return Value

Type: SbMatrix
Remarks

Warning: the matrix returned by this routine should not be changed (unless you are implementing your own transformation nodes).

See Also