Click or drag to resize
SoRenderAreaCore.SetClearPolicy Method

Defines the color buffer and depth buffer clear policy.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public virtual void SetClearPolicy(
	SiRenderArea. ClearPolicies policy
)

Parameters

policy
Type: OIV.Inventor.ViewerComponents.SiRenderArea.ClearPolicies

color buffer and depth buffer clear policy.

Implements

SiRenderArea.SetClearPolicy(SiRenderArea.ClearPolicies)
Remarks

See also setClearColor and setClearDepth. Default is COLORBUFFER_AND_DEPTHBUFFER.

See Also