Share

Canvas.isDisplayedThrough Property

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

Description

Controls if the image is visible through the model or not.

Syntax

"canvas_var" is a variable referencing a Canvas object.

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

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

Property Value

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

Version

Introduced in version May 2023

Was this information helpful?