Share

Canvas.isRenderable Property

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

Description

Controls if the canvas will be rendered when ray tracing within the Render workspace.

Syntax

"canvas_var" is a variable referencing a Canvas object.

# Get the value of the property.
propertyValue = canvas_var.isRenderable

# Set the value of the property.
canvas_var.isRenderable = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version May 2023

Was this information helpful?