ConstantRadiusFilletEdgeSet.isTangentChain Property

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

Description

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

Syntax

"constantRadiusFilletEdgeSet_var" is a variable referencing a ConstantRadiusFilletEdgeSet object.

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

# Set the value of the property.
constantRadiusFilletEdgeSet_var.isTangentChain = propertyValue
"constantRadiusFilletEdgeSet_var" is a variable referencing a ConstantRadiusFilletEdgeSet object.
#include <Fusion/Features/ConstantRadiusFilletEdgeSet.h>

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

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

Property Value

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

Version

Introduced in version March 2021