UnstitchFeature.isChainSelection Property

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

Description

A boolean value for setting whether or not faces that are connected and adjacent to the input faces will be included in the selection. The default value is true.

Syntax

"unstitchFeature_var" is a variable referencing a UnstitchFeature object.

# Get the value of the property.
propertyValue = unstitchFeature_var.isChainSelection
"unstitchFeature_var" is a variable referencing a UnstitchFeature object.
#include <Fusion/Features/UnstitchFeature.h>

// Get the value of the property.
boolean propertyValue = unstitchFeature_var->isChainSelection();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version July 2015