# Get the value of the property.propertyValue = combineFeature_var.targetBody# Set the value of the property.combineFeature_var.targetBody = propertyValue
#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);
// Get the value of the property.propertyValue = combineFeature_var.targetBody;// Set the value of the property.combineFeature_var.targetBody = propertyValue;