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