Share

ChamferFeature.isTangentChain Property

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

Description

This function is retired. See more information in the 'Remarks' section below.

Gets and sets whether or not edges that are tangentially connected to the input edges (if any) will also be chamfered.

Syntax

"chamferFeature_var" is a variable referencing a ChamferFeature object.

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

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

Property Value

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

Version

Introduced in version November 2014
Retired in version December 2020

Was this information helpful?