Indexes   

ManufacturingFeatures (Collection)

Collection of Manufacturing Features.
See also:
ManufacturingFeature

Method Index

Add
Create and Add a Manufacturing Feature of a specified type to the Collection.
Item
Retrieve the Manufacturing Feature of a the specified index from the Collection.

Methods


o Func Add( iType) As
Create and Add a Manufacturing Feature of a specified type to the Collection.
Example:
The following example creates and adds in Features the manufacturing feature Feature of type : type
 Set Feature = Features.Add(Type)
o Func Item( iIndex) As
Retrieve the Manufacturing Feature of a the specified index from the Collection.
Example:
The following example retrieves from Feature the manufacturing feature Feature from index : Index
 Set Feature = Features.Item(Index)

Copyright © 2006, Dassault Systèmes. All rights reserved.