Click or drag to resize
SoLightElementGetMatrix Method

Returns the matrix transform (WC to VRC) for the light i for an OIV.Inventor.Actions.SoCallbackAction.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SbMatrix GetMatrix(
	SoState state,
	int index
)

Parameters

state
Type: OIV.Inventor.MiscSoState
index
Type: SystemInt32

Return Value

Type: SbMatrix
Remarks

Returns the modelling matrix for other action.

See Also