LoftSection.index Property

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

Description

The position of this LoftSection within the collection. The first section has an index of 0. This is also the order of how the section will be used in the loft. The order can be modified by using the reorder method.

Syntax

"loftSection_var" is a variable referencing a LoftSection object.

# Get the value of the property.
propertyValue = loftSection_var.index
"loftSection_var" is a variable referencing a LoftSection object.
#include <Fusion/Features/LoftSection.h>

// Get the value of the property.
integer propertyValue = loftSection_var->index();

Property Value

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

Version

Introduced in version August 2016