Share

Arrange2DProfileOrFaceEnvelopeInput.isPartialArrangeAllowed Property

Parent Object: Arrange2DProfileOrFaceEnvelopeInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Arrange/Arrange2DProfileOrFaceEnvelopeInput.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

"arrange2DProfileOrFaceEnvelopeInput_var" is a variable referencing an Arrange2DProfileOrFaceEnvelopeInput object.

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

# Set the value of the property.
arrange2DProfileOrFaceEnvelopeInput_var.isPartialArrangeAllowed = propertyValue

Property Value

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

Version

Introduced in version January 2025

Was this information helpful?