SiRenderAreaStillSuperSamplingSetStillSuperSamplingQuality Method |
Set quality for supersampling when "still" (not interacting).
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax void SetStillSuperSamplingQuality(
float quality
)
Sub SetStillSuperSamplingQuality (
quality As Single
)
void SetStillSuperSamplingQuality(
float quality
)
abstract SetStillSuperSamplingQuality :
quality : float32 -> unit
Parameters
- quality
- Type: SystemSingle
Remarks When quality is greater than 0, still images will be automatically supersampled.
See Also