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