Click or drag to resize
SoTransformGetScaleSpaceMatrix Method

Returns composite matrix that transforms from object space to scale space (the space after the scale).

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

Parameters

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