Share

MoveFeatures Object


Description

The MoveFeatures object provides access to all of the MoveFeature objects in a part.

Methods

Name Description
Add Creates a new move feature.
CreateMoveDefinition Creates a MoveDefinition object.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Count Property that returns the number of items in this collection.
Item Property that returns an item from the collection. You can provide either the index of the item in the collection, where the first item is index 1, or you can provide the name of the object.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

PartFeatures.MoveFeatures, SheetMetalFeatures.MoveFeatures

Samples

Name Description
Move Feature Creation Demonstrates the creation of a Move feature.

Version

Introduced in version 2010

Was this information helpful?