Click or drag to resize
SoTransformGetTranslationSpaceMatrix Method

Returns composite matrix that transforms from object space to translation space (the space after scale, rotation, and translation).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetTranslationSpaceMatrix(
	out SbMatrix mat,
	out SbMatrix inv
)

Parameters

mat
Type: OIV.InventorSbMatrix
inv
Type: OIV.InventorSbMatrix
Remarks