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: 2024.1.0.0 (2024.1.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