Share

DecalInput.isChainFaces Property

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

Description

Controls if the decal will wrap onto the faces that connect to the face the decal is placed on. When this is true, the list of faces should contain only one face.

Defaults to true when the input is created.

Syntax

"decalInput_var" is a variable referencing a DecalInput object.

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

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

Property Value

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

Version

Introduced in version September 2024

Was this information helpful?