SiRenderAreaSetClearPolicy Method |
Defines the color buffer and depth buffer clear policy.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax void SetClearPolicy(
SiRenderAreaClearPolicies policy
)
Sub SetClearPolicy (
policy As SiRenderAreaClearPolicies
)
void SetClearPolicy(
SiRenderAreaClearPolicies policy
)
abstract SetClearPolicy :
policy : SiRenderAreaClearPolicies -> unit
Parameters
- policy
- Type: OIV.Inventor.ViewerComponentsSiRenderAreaClearPolicies
color buffer and depth buffer clear policy.
Remarks See also setClearColor and setClearDepth.
See Also