SilhouetteSplitFeatureInput.targetBody Property

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

Description

Gets and sets the solid body to split.

Syntax

"silhouetteSplitFeatureInput_var" is a variable referencing a SilhouetteSplitFeatureInput object.

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

# Set the value of the property.
silhouetteSplitFeatureInput_var.targetBody = propertyValue
"silhouetteSplitFeatureInput_var" is a variable referencing a SilhouetteSplitFeatureInput object.
#include <Fusion/Features/SilhouetteSplitFeatureInput.h>

// Get the value of the property.
Ptr<BRepBody> propertyValue = silhouetteSplitFeatureInput_var->targetBody();

// Set the value of the property, where value_var is a BRepBody.
bool returnValue = silhouetteSplitFeatureInput_var->targetBody(value_var);

Property Value

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

Version

Introduced in version June 2015