LoftFeatureInput.startLoftEdgeAlignment Property

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

Description

Specifies the start edge alignment option for the loft feature. The default is Free Edges.

Syntax

"loftFeatureInput_var" is a variable referencing a LoftFeatureInput object.

# Get the value of the property.
propertyValue = loftFeatureInput_var.startLoftEdgeAlignment

# Set the value of the property.
loftFeatureInput_var.startLoftEdgeAlignment = propertyValue
"loftFeatureInput_var" is a variable referencing a LoftFeatureInput object.
#include <Fusion/Features/LoftFeatureInput.h>

// Get the value of the property.
LoftEdgeAlignments propertyValue = loftFeatureInput_var->startLoftEdgeAlignment();

// Set the value of the property, where value_var is a LoftEdgeAlignments.
bool returnValue = loftFeatureInput_var->startLoftEdgeAlignment(value_var);

Property Value

This is a read/write property whose value is a LoftEdgeAlignments.

Version

Introduced in version September 2024