Share

Arrange2DProfileOrFaceEnvelopeInput.isFlipped Property

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

"arrange2DProfileOrFaceEnvelopeInput_var" is a variable referencing an Arrange2DProfileOrFaceEnvelopeInput object.

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

# Set the value of the property.
arrange2DProfileOrFaceEnvelopeInput_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?