Share

ShellFeatures Object


Description

The ShellFeatures collection object provides access to all of the objects in a component definition and provides methods to create additional ShellFeatures.

Methods

Name Description
Add Method that creates a new ShellFeature. The new created ShellFeature is returned.
CreateDefinition Method that creates a new ShellDefinition object. The object returned by this method isused to define the inputs for a shell feature and is provided as the argument to the Add method of the ShellFeatures collection.

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 Returns the specified object in the collection. The index can be numeric or the object name.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

PartFeatures.ShellFeatures, SheetMetalFeatures.ShellFeatures

Version

Introduced in version 5

Was this information helpful?