SoWinRenderAreaSetFastEditSavePolicy Method (SoGLRenderActionFastEditSavePolicies, Boolean) |
Sets fast editing save policy to use when rendering.
Namespace: OIV.Inventor.Win
public void SetFastEditSavePolicy( SoGLRenderActionFastEditSavePolicies policy, bool fastEditDelayedObjects )
The default is WHEN_NEEDED. Valid values are DISABLE, EACH_FRAME, and WHEN_NEEDED. See OIV.Inventor.Nodes.SoSeparator.
If fastEditDelayedObjects is set to true, delayed objects won't be redrawn when editing the scene graph. It means that composition between delayed transparent objects and fast edit scene graph won't be correct but redrawing may be much faster. Default is false.