Rendering.renderQuality Property
Parent Object:
RenderingDefined in namespace "adsk::fusion" and the header file is <Fusion/Render/Rendering.h>
Description
Gets and sets the desired quality of the rendering. The quality is specified using a value between 25 and 100, where 75 is the equivalent of "Final" and 100 is the same as "Excellent" in the user interface. The default value is 75
Syntax
"rendering_var" is a variable referencing a Rendering object.
# Get the value of the property. propertyValue = rendering_var.renderQuality
# Set the value of the property. rendering_var.renderQuality = propertyValue
|
"rendering_var" is a variable referencing a Rendering object.
#include <Fusion/Render/Rendering.h>
// Get the value of the property. integer propertyValue = rendering_var->renderQuality();
// Set the value of the property, where value_var is an integer. bool returnValue = rendering_var->renderQuality(value_var);
|
Property Value
This is a read/write property whose value is an integer.
Version
Introduced in version May 2023