CombineFeature.targetBody Property
Parent Object:
CombineFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/CombineFeature.h>
Description
Syntax
"combineFeature_var" is a variable referencing a CombineFeature object.
# Get the value of the property. propertyValue = combineFeature_var.targetBody
# Set the value of the property. combineFeature_var.targetBody = propertyValue
|
"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);
|
Property Value
This is a read/write property whose value is a
BRepBody.
Version
Introduced in version November 2014