RemoveFeature.itemToRemove Property
Parent Object: RemoveFeatureDefined 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.
|