CombineFeatureInput.targetBody Property

Parent Object: CombineFeatureInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/CombineFeatureInput.h>

Description

Syntax

"combineFeatureInput_var" is a variable referencing a CombineFeatureInput object.

# Get the value of the property.
propertyValue = combineFeatureInput_var.targetBody

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

Property Value

This is a read/write property whose value is a BRepBody.

Version

Introduced in version November 2014