Click or drag to resize
SoGLRenderActionAbortCodes Enumeration

Possible return codes from a render abort callback.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum AbortCodes
Members
  Member nameValueDescription
CONTINUE0

Continue traversal as usual.

ABORT1

Stop traversing the rest of the graph.

PRUNE2

Do not traverse this node or its children, but continue.

DELAY3

Delay rendering of this node until the second pass.

Remarks