RenderManager.inCanvasRendering Property

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

Description

Provides access to the in-canvas rendering capabilities of Fusion. This uses the active viewport and the user will see the rendering as it takes place.

Syntax

"renderManager_var" is a variable referencing a RenderManager object.

# Get the value of the property.
propertyValue = renderManager_var.inCanvasRendering
"renderManager_var" is a variable referencing a RenderManager object.
#include <Fusion/Render/RenderManager.h>

// Get the value of the property.
Ptr<InCanvasRendering> propertyValue = renderManager_var->inCanvasRendering();

Property Value

This is a read only property whose value is an InCanvasRendering.

Version

Introduced in version September 2023