Share

CanvasInput.isDisplayedThrough Property

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

Description

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

Defaults to true when the input is created.

Syntax

"canvasInput_var" is a variable referencing a CanvasInput object.

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

# Set the value of the property.
canvasInput_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?