Click or drag to resize
SoModelMatrixElementScaleBy Method

This multiplies a matrix that performs the specified transformation into the model matrix.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void ScaleBy(
	SoState state,
	SoNode node,
	SbVec3f scaleFactor
)

Parameters

state
Type: OIV.Inventor.MiscSoState
node
Type: OIV.Inventor.NodesSoNode
scaleFactor
Type: OIV.InventorSbVec3f
Remarks