Click or drag to resize
SoModelMatrixElementSet Method (SoState, SoNode, SbMatrix, Boolean)

Sets the model matrix to the given matrix.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public static void Set(
	SoState state,
	SoNode node,
	SbMatrix matrix,
	bool sendToGL
)

Parameters

state
Type: OIV.Inventor.MiscSoState
node
Type: OIV.Inventor.NodesSoNode
matrix
Type: OIV.InventorSbMatrix
sendToGL
Type: SystemBoolean
Remarks

This method will (indirectly) call glLoadMatrix with the new matrix unless the 'sendToGL' parameter is explicitly false.

See Also