All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---Collection
|
+---ProductScenes
| o Func AddProductSceneFull( | CATBSTR | iName, |
| CATSafeArrayVariant | iReferenceProducts) As CATIAScene |
Dim SpareWheel As ProductScene
Set SpareWheel = ToolKits.AddProductSceneFull("SpareWheel", FrontRightWheel)
| o Func AddProductScenePartial( | CATBSTR | iName, |
| CATSafeArrayVariant | iReferenceProducts) As CATIAScene |
Dim SpareWheel As ProductScene
Set SpareWheel = ToolKits.AddProductScenePartial("SpareWheel", FrontRightWheel)
| o Func Item( | CATVariant | iIndex) As CATIAScene |
Dim ThisProductScene As ProductScene
Set ThisProductScene = TheProductScenes.Item(9)
Dim ThatProductScene As ProductScene
Set ThatProductScene = TheProductScenes.Item("ProductScene3")
| o Sub Remove( | CATIAScene | iProductScene) |
ToolKits.Remove Engine
Copyright © 2003, Dassault Systèmes. All rights reserved.