Rendering.resolutionHeight Property
Parent Object:
RenderingDefined in namespace "adsk::fusion" and the header file is <Fusion/Render/Rendering.h>
Description
Gets and sets the height of the image in pixels. If anything but CustomRenderAspectRatio is defined as the aspect ratio, the resolution width will be modified to maintain the specified aspect ratio. The height must be between 108 and 4000 pixels.
Syntax
"rendering_var" is a variable referencing a Rendering object.
# Get the value of the property. propertyValue = rendering_var.resolutionHeight
# Set the value of the property. rendering_var.resolutionHeight = 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->resolutionHeight();
// Set the value of the property, where value_var is an integer. bool returnValue = rendering_var->resolutionHeight(value_var);
|
Property Value
This is a read/write property whose value is an integer.
Version
Introduced in version May 2023