Click or drag to resize
SoModelMatrixElementGet Method (SoState, Boolean)

Returns current model matrix from the state, sets given flag to true if matrix is known to be identity.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SbMatrix Get(
	SoState state,
	out bool isIdent
)

Parameters

state
Type: OIV.Inventor.MiscSoState
isIdent
Type: SystemBoolean

Return Value

Type: SbMatrix
Remarks