Click or drag to resize
SiRenderAreaSetClearPolicy Method

Defines the color buffer and depth buffer clear policy.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
void SetClearPolicy(
	SiRenderAreaClearPolicies policy
)

Parameters

policy
Type: OIV.Inventor.ViewerComponentsSiRenderAreaClearPolicies

color buffer and depth buffer clear policy.

Remarks

See also setClearColor and setClearDepth.

See Also