ExtendFeatureInput.isChainingEnabled Property
Parent Object:
ExtendFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ExtendFeatureInput.h>
Description
Gets and sets if all edges that are tangent or curvature continuous, and end point connected, will be found automatically and extended.
Syntax
"extendFeatureInput_var" is a variable referencing an ExtendFeatureInput object.
# Get the value of the property. propertyValue = extendFeatureInput_var.isChainingEnabled
# Set the value of the property. extendFeatureInput_var.isChainingEnabled = propertyValue |
"extendFeatureInput_var" is a variable referencing an ExtendFeatureInput object.
#include <Fusion/Features/ExtendFeatureInput.h>
// Get the value of the property. boolean propertyValue = extendFeatureInput_var->isChainingEnabled();
// Set the value of the property, where value_var is a boolean. bool returnValue = extendFeatureInput_var->isChainingEnabled(value_var); |
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version June 2015