Share

Arrange2DDefinition.globalRotation Property

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

Description

Gets and sets the global rotation type.

Syntax

"arrange2DDefinition_var" is a variable referencing an Arrange2DDefinition object.

# Get the value of the property.
propertyValue = arrange2DDefinition_var.globalRotation

# Set the value of the property.
arrange2DDefinition_var.globalRotation = propertyValue

Property Value

This is a read/write property whose value is an ArrangeRotationTypes.

Version

Introduced in version January 2025

Was this information helpful?