Share

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

Property Value

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

Version

Introduced in version July 2015

Was this information helpful?