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

Sets fast editing save policy to use when rendering.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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 the composition between delayed transparent objects and the fast edit scene graph won't be correct, but rendering will be much faster if there are a lot of transparent objects.

See Also