Parent Object: iFeatures
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.
Name | Type | Description |
FullFileName | String | Input string that specifies the name of the iFeature file (.ide) to create the definition for. The file must be an existing iFeature file. If an invalid file is specified an error will occur. |
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. |