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