TrimFeatureInput.trimTool Property

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

Description

Gets and sets the entity (a patch body, B-Rep face, construction plane or sketch curve) that intersects the trim tool

Syntax

"trimFeatureInput_var" is a variable referencing a TrimFeatureInput object.

# Get the value of the property.
propertyValue = trimFeatureInput_var.trimTool

# Set the value of the property.
trimFeatureInput_var.trimTool = propertyValue
"trimFeatureInput_var" is a variable referencing a TrimFeatureInput object.
#include <Fusion/Features/TrimFeatureInput.h>

// Get the value of the property.
Ptr<Base> propertyValue = trimFeatureInput_var->trimTool();

// Set the value of the property, where value_var is a Base.
bool returnValue = trimFeatureInput_var->trimTool(value_var);

Property Value

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

Version

Introduced in version July 2015