Share

Arrange3DEnvelopeDefinition.objectSpacing Property

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

"arrange3DEnvelopeDefinition_var" is a variable referencing an Arrange3DEnvelopeDefinition object.

# Get the value of the property.
propertyValue = arrange3DEnvelopeDefinition_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?