Click or drag to resize
SoGLRenderActionAbortCallback Property

Sets callback to call during rendering to test for an abort condition.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SoGLRenderActionAbortCB AbortCallback { get; set; }

Property Value

Type: SoGLRenderActionAbortCB
Remarks

It will be called for each node that is traversed. This allows applications to terminate rendering prematurely if some condition occurs. The callback function should return one of the AbortCode codes to indicate whether traversal should continue. Use of the various codes in a callback can allow applications to modify Open Inventor's default order of rendering objects in a scene graph.

See Also