RemoveFeature.itemToRemove Property

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

Description

Gets and sets the body or component occurrence to remove.

To use this property, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)

Syntax

"removeFeature_var" is a variable referencing a RemoveFeature object.

# Get the value of the property.
propertyValue = removeFeature_var.itemToRemove
"removeFeature_var" is a variable referencing a RemoveFeature object.
#include <Fusion/Features/RemoveFeature.h>

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

Property Value

This is a read only property whose value is a Base.

Version

Introduced in version September 2015