LoftFeatureInput.isTangentEdgesMerged Property

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

Description

Specifies if the loft will keep or merge tangent edges. These are edges between tangent faces in the resulting loft surface. If true, the faces will be merged so the connecting edge no longer exists

Syntax

"loftFeatureInput_var" is a variable referencing a LoftFeatureInput object.

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

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

// Get the value of the property.
boolean propertyValue = loftFeatureInput_var->isTangentEdgesMerged();

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

Property Value

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

Version

Introduced in version January 2022