Share

iFeatures Object


Description

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

Methods

Name Description
Add Method that creates a new iFeature using the input placement information. If successfully created the new iFeature is returned.
CreateiFeatureDefinition Method that creates a new iFeatrureDefinition. The returned definition provides access to all of the inputs that are necessary for placing an iFeature. Using this object you provide the parameter and the geometry inputs necessary for placing the iFeature.

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 specifies the number of items in the collection.
Item Returns the specified iFeature object from the collection..
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

FlatPatternFeatures.iFeatures, PartFeatures.iFeatures, SheetMetalFeatures.iFeatures

Version

Introduced in version 2009

Was this information helpful?