All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---Collection
|
+---OrderedGeometricalSets
| o Func Add( | ) As CATIAOrderedGeometricalSet |
Set NewPartBody = rootPart.OrderedGeometricalSets.Add()
| o Func Item( | CATVariant | iIndex) As CATIAOrderedGeometricalSet |
Set orderedGeometricalSetColl = partDoc.Part.OrderedGeometricalSets
Set ThisOrderedGeometricalSet = orderedGeometricalSetColl.Item(5)
Set ThatOrderedGeometricalSet = orderedGeometricalSetColl.Item("MyOrderedGeometricalSet")
Copyright © 2003, Dassault Systèmes. All rights reserved.