Share

TwoDistancesChamferEdgeSet.isTangentChain Property

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

Description

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

Syntax

"twoDistancesChamferEdgeSet_var" is a variable referencing a TwoDistancesChamferEdgeSet object.

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

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

Property Value

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

Version

Introduced in version March 2021

Was this information helpful?