SweepFeatureInput.isChainSelection Property
Parent Object:
SweepFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SweepFeatureInput.h>
Description
Get and sets whether faces that are tangentially connected to the guide surfaces are also made guide surfaces.
Syntax
"sweepFeatureInput_var" is a variable referencing a SweepFeatureInput object.
# Get the value of the property. propertyValue = sweepFeatureInput_var.isChainSelection
# Set the value of the property. sweepFeatureInput_var.isChainSelection = propertyValue
|
"sweepFeatureInput_var" is a variable referencing a SweepFeatureInput object.
#include <Fusion/Features/SweepFeatureInput.h>
// Get the value of the property. boolean propertyValue = sweepFeatureInput_var->isChainSelection();
// Set the value of the property, where value_var is a boolean. bool returnValue = sweepFeatureInput_var->isChainSelection(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version January 2024