Share

CombineFeature.toolBodies Property

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

Description

Syntax

"combineFeature_var" is a variable referencing a CombineFeature object.

# Get the value of the property.
propertyValue = combineFeature_var.toolBodies

# Set the value of the property.
combineFeature_var.toolBodies = propertyValue

Property Value

This is a read/write property whose value is an ObjectCollection.

Version

Introduced in version November 2014

Was this information helpful?