Click or drag to resize
SoActionSetSceneManager Method

Set the scene manager associated with this action (if any ).

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetSceneManager(
	SoSceneManager mgr
)

Parameters

mgr
Type: OIV.InventorSoSceneManager
Remarks

When appropriate, this allows the action to query information like the OpenGL rendering context. The SoSCeneManager class calls this method automatically for the actions that it creates (OIV.Inventor.Actions.SoHandleEventAction, OIV.Inventor.Actions.SoRayPickAction, etc).

See Also