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
"arrangeComponent_var" is a variable referencing an ArrangeComponent object.
#include <Fusion/Arrange/ArrangeComponent.h>

// Get the value of the property.
boolean propertyValue = arrangeComponent_var->isFiller();

// Set the value of the property, where value_var is a boolean.
bool returnValue = arrangeComponent_var->isFiller(value_var);

Property Value

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

Version

Introduced in version January 2025