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: 10.12.3.0 (10.12.3.0)
Syntax
public void GetTranslationSpaceMatrix(
	out SbMatrix mat,
	out SbMatrix inv
)

Parameters

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