Share

ArrangeComponent.isFiller Property

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

Description

Specifies if this component will be used to fill any left over empty space in the available envelopes.

This is only valid for 2D True Shape arrangements and is ignored for 2D rectangular and 3D arrangements.

Syntax

"arrangeComponent_var" is a variable referencing an ArrangeComponent object.

# Get the value of the property.
propertyValue = arrangeComponent_var.isFiller

# Set the value of the property.
arrangeComponent_var.isFiller = propertyValue

Property Value

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

Version

Introduced in version January 2025

Was this information helpful?