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