Share

iFeatures.Add Method

Parent Object: iFeatures

Description

Method that creates a new iFeature using the input placement information. If successfully created the new iFeature is returned.

Syntax

iFeatures.Add( Definition As iFeatureDefinition ) As iFeature

Parameters

Name Type Description
Definition iFeatureDefinition Input iFeatureDefinition object used to define the various input required for the placement of an iFeature. Appropriate input must be defined in the iFeatureDefinition object in order to place the iFeature.

Samples

Name Description
Placement of a standard iFeature This program demonstrates the placement of a standard iFeature in a part.
Place table driven iFeature This program demonstrates the placement of a table driven iFeature in a part.

Version

Introduced in version 2009

Was this information helpful?