Share

Arrange2DEnvelopeInput.isFlipped Property

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

Description

Specifies if the arrangement of objects is so they are above or X-Y plane of the envelope. Defaults to false so the objects are above the construction plane, profile or face.

Syntax

"arrange2DEnvelopeInput_var" is a variable referencing an Arrange2DEnvelopeInput object.

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

# Set the value of the property.
arrange2DEnvelopeInput_var.isFlipped = propertyValue

Property Value

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

Version

Introduced in version January 2025

Was this information helpful?