Share

SceneSettings.saveAsDefaults Method

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

Description

Saves all of the scene settings as the default settings for this Design.

Syntax

"sceneSettings_var" is a variable referencing a SceneSettings object.
returnValue = sceneSettings_var.saveAsDefaults()

Return Value

Type Description
boolean Returns true if saving the defaults was successful.

Version

Introduced in version May 2023

Was this information helpful?