MoveFeature.inputEntities Property
Parent Object: MoveFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/MoveFeature.h>
Description
Gets and sets the entities to move. This is done by using an ObjectCollection containing the objects to move. For a parametric model, the collection can contain BRepBody or BRepFace objects but not a combination of both.
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
"moveFeature_var" is a variable referencing a MoveFeature object. |
