Click or drag to resize
SiRenderArea.SetClearPolicy Method

Defines the color buffer and depth buffer clear policy.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
void SetClearPolicy(
	SiRenderArea. ClearPolicies policy
)

Parameters

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

color buffer and depth buffer clear policy.

Remarks

See also setClearColor and setClearDepth.

See Also