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
"chamferFeatureInput_var" is a variable referencing a ChamferFeatureInput object.
#include <Fusion/Features/ChamferFeatureInput.h>

// Get the value of the property.
boolean propertyValue = chamferFeatureInput_var->isTangentChain();

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

Property Value

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

Version

Introduced in version November 2014
Retired in version December 2020