Share

ChamferFeatureInput.isTangentChain Property

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

Description

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

Gets and sets if any edges that are tangentially connected to any of chamfered edges will also be included in the chamfer.

Syntax

"chamferFeatureInput_var" is a variable referencing a ChamferFeatureInput object.

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

# Set the value of the property.
chamferFeatureInput_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?