Share

CombineFeatureInput.isKeepToolBodies Property

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

Description

Gets and sets a boolean value for whether or not the tool bodies are retrained after the combine results. The default value is false.

Syntax

"combineFeatureInput_var" is a variable referencing a CombineFeatureInput object.

# Get the value of the property.
propertyValue = combineFeatureInput_var.isKeepToolBodies

# Set the value of the property.
combineFeatureInput_var.isKeepToolBodies = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version November 2014

Was this information helpful?