Share

ArrangeEnvelopeDefinition.objectSpacing Property

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

Description

Returns the parameter that controls the space between objects in the arrangement. You can modify the value by using the properties on the returned ModelParameter object.

Syntax

"arrangeEnvelopeDefinition_var" is a variable referencing an ArrangeEnvelopeDefinition object.

# Get the value of the property.
propertyValue = arrangeEnvelopeDefinition_var.objectSpacing

Property Value

This is a read only property whose value is a ModelParameter.

Version

Introduced in version January 2025

Was this information helpful?