Share

DecalInput.imageFilename Property

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

Description

Gets and sets the filename of the image used for the decal.

When setting this property, it is the full filename to the image to use for the decal. PNG, JPG, and TIFF files are supported.

Syntax

"decalInput_var" is a variable referencing a DecalInput object.

# Get the value of the property.
propertyValue = decalInput_var.imageFilename

# Set the value of the property.
decalInput_var.imageFilename = propertyValue

Property Value

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

Version

Introduced in version September 2024

Was this information helpful?