# Get the value of the property.propertyValue = combineFeature_var.toolBodies# Set the value of the property.combineFeature_var.toolBodies = propertyValue
#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);
// Get the value of the property.propertyValue = combineFeature_var.toolBodies;// Set the value of the property.combineFeature_var.toolBodies = propertyValue;