SiRenderArea.SetClearPolicy Method |
Defines the color buffer and depth buffer clear policy.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxvoid SetClearPolicy(
SiRenderArea. ClearPolicies policy
)
Sub SetClearPolicy (
policy As SiRenderArea. ClearPolicies
)
void SetClearPolicy(
SiRenderArea. ClearPolicies policy
)
abstract SetClearPolicy :
policy : SiRenderArea. ClearPolicies -> unit
Parameters
- policy
- Type: OIV.Inventor.ViewerComponents.SiRenderArea.ClearPolicies
color buffer and depth buffer clear policy.
RemarksSee also setClearColor and setClearDepth.
See Also