Click or drag to resize
SoActionPostDelayedTraversal Method

Method called by SoMultiPassManager after delayed pass traversals.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual void PostDelayedTraversal()
Remarks

Overriding this method can be useful for actions that want to apply some post processing after all delayed pass traversals. Since Open Inventor 9.1

See Also