Arrange2DEnvelopeInput.isPartialArrangeAllowed Property

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

Description

Gets and sets if a partial arrange is allowed. If true, it will still create a result when there is not enough space on the envelope to fit all of the components. Components are arranged until all the available space is used up. The components that were not included in the partial arrangement are highlighted in the components list. If the envelope size increases, the arrangement recalculates to include the components that did not previously fit in the arrangement.

Syntax

"arrange2DEnvelopeInput_var" is a variable referencing an Arrange2DEnvelopeInput object.

# Get the value of the property.
propertyValue = arrange2DEnvelopeInput_var.isPartialArrangeAllowed

# Set the value of the property.
arrange2DEnvelopeInput_var.isPartialArrangeAllowed = propertyValue
"arrange2DEnvelopeInput_var" is a variable referencing an Arrange2DEnvelopeInput object.
#include <Fusion/Arrange/Arrange2DEnvelopeInput.h>

// Get the value of the property.
boolean propertyValue = arrange2DEnvelopeInput_var->isPartialArrangeAllowed();

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

Property Value

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

Version

Introduced in version January 2025