Click or drag to resize
SoSceneManagerAbortRenderCallback Property

Setup a callback that returns true if rendering should be aborted.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSceneManagerAbortRenderCallbacks AbortRenderCallback { get; set; }

Property Value

Type: SoSceneManagerAbortRenderCallbacks
Remarks

It allows some Open Inventor nodes to stop their work, if requested, in order to keep reasonable interactivity.

When using Open Inventor standard GUI classes, the callback is setup by default to return true if MousePress events are pending during a STILL frame.

Note Note

Member available since Open Inventor 9.5

See Also