ArrangeFeatureInput.arrangeComponents Property

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

Description

Returns the ArrangeComponents object associated with this input. Use this to add and define the components that will be arranged.

Syntax

"arrangeFeatureInput_var" is a variable referencing an ArrangeFeatureInput object.

# Get the value of the property.
propertyValue = arrangeFeatureInput_var.arrangeComponents
"arrangeFeatureInput_var" is a variable referencing an ArrangeFeatureInput object.
#include <Fusion/Arrange/ArrangeFeatureInput.h>

// Get the value of the property.
Ptr<ArrangeComponents> propertyValue = arrangeFeatureInput_var->arrangeComponents();

Property Value

This is a read only property whose value is an ArrangeComponents.

Version

Introduced in version January 2025