LoftFeatureInput.endLoftEdgeAlignment Property
Parent Object:
LoftFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/LoftFeatureInput.h>
Description
Specifies the end 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.endLoftEdgeAlignment
# Set the value of the property. loftFeatureInput_var.endLoftEdgeAlignment = 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->endLoftEdgeAlignment();
// Set the value of the property, where value_var is a LoftEdgeAlignments. bool returnValue = loftFeatureInput_var->endLoftEdgeAlignment(value_var);
|
Property Value
This is a read/write property whose value is a
LoftEdgeAlignments.
Version
Introduced in version September 2024