EqualDistanceChamferEdgeSet.isTangentChain Property
Parent Object:
EqualDistanceChamferEdgeSetDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/EqualDistanceChamferEdgeSet.h>
Description
Gets and sets the Tangent chain for chamfer. This enables tangent chain option for chamfer.
Syntax
"equalDistanceChamferEdgeSet_var" is a variable referencing an EqualDistanceChamferEdgeSet object.
# Get the value of the property. propertyValue = equalDistanceChamferEdgeSet_var.isTangentChain
# Set the value of the property. equalDistanceChamferEdgeSet_var.isTangentChain = propertyValue
|
"equalDistanceChamferEdgeSet_var" is a variable referencing an EqualDistanceChamferEdgeSet object.
#include <Fusion/Features/EqualDistanceChamferEdgeSet.h>
// Get the value of the property. boolean propertyValue = equalDistanceChamferEdgeSet_var->isTangentChain();
// Set the value of the property, where value_var is a boolean. bool returnValue = equalDistanceChamferEdgeSet_var->isTangentChain(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version March 2021