Click or drag to resize
SoWinRenderAreaSetFastEditSavePolicy Method (SoGLRenderActionFastEditSavePolicies, Boolean)

Sets fast editing save policy to use when rendering.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetFastEditSavePolicy(
	SoGLRenderActionFastEditSavePolicies policy,
	bool fastEditDelayedObjects
)

Parameters

policy
Type: OIV.Inventor.ActionsSoGLRenderActionFastEditSavePolicies
fastEditDelayedObjects
Type: SystemBoolean
Remarks

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.

See Also