"combineFeatureInput_var" Is a variable referencing a CombineFeatureInput Object.
#include <Fusion/Features/CombineFeatureInput.h>
// Get the value of the property. Ptr<ObjectCollection> propertyValue = combineFeatureInput_var->toolBodies();
// Set the value of the property, where value_var is an ObjectCollection. bool returnValue = combineFeatureInput_var->toolBodies(value_var); |