| Revit 2016 API |
| RenderingQualitySettings..::..IndirectIlluminationSmoothness Property |
| RenderingQualitySettings Class See Also |
The indirect illumination smoothness value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since:
2013
Syntax
Remarks
Increase this value when the indirect illumination looks splotchy or scaly.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: The indirect illumination smoothness value is not valid. The valid range is 1 to 10. |
| Autodesk.Revit.Exceptions..::..InvalidOperationException | When setting this property: The RenderingQualitySettings does not use custom quality currently. To use custom quality, set RenderingQuality property to RenderingQuality.Custom. -or- When setting this property: Should not compute indirect and sky illumination. |