Share

AsymmetricFilletEdgeSet.isTangentChain Property

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

Description

Gets and sets the Tangent chain for fillet. This enables tangent chain option for fillet.

Syntax

"asymmetricFilletEdgeSet_var" is a variable referencing an AsymmetricFilletEdgeSet object.

# Get the value of the property.
propertyValue = asymmetricFilletEdgeSet_var.isTangentChain

# Set the value of the property.
asymmetricFilletEdgeSet_var.isTangentChain = propertyValue

Property Value

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

Version

Introduced in version November 2025

Was this information helpful?