"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);
|