CombineFeature.toolBodies Property
Parent Object:
CombineFeatureDefined 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
|
"combineFeature_var" is a variable referencing a CombineFeature object.
#include <Fusion/Features/CombineFeature.h>
// Get the value of the property. Ptr<ObjectCollection> propertyValue = combineFeature_var->toolBodies();
// Set the value of the property, where value_var is an ObjectCollection. bool returnValue = combineFeature_var->toolBodies(value_var);
|
Property Value
This is a read/write property whose value is an
ObjectCollection.
Version
Introduced in version November 2014