Share

RenderManager.sceneSettings Property

Parent Object: RenderManager
Defined in namespace "adsk::fusion" and the header file is <Fusion/Render/RenderManager.h>

Description

Returns the SceneSettings object that provides access to all of the settings that control how the scene is rendered. This provides equivalent functionality as the "Settings" tab in the "SCENE SETTINGS" dialog.

Syntax

"renderManager_var" is a variable referencing a RenderManager object.

# Get the value of the property.
propertyValue = renderManager_var.sceneSettings

Property Value

This is a read only property whose value is a SceneSettings.

Version

Introduced in version May 2023

Was this information helpful?