All Frameworks Object Hierarchy This Framework Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---Activity | +---ManufacturingActivity | +---MachiningProcess
o Property InsertionLevel( | ) As CATIAManufacturingActivity |
... Dim programReference As ManufacturingActivity Set programReference = ... Dim mpReference As MachiningProcess Set mpReference = ... mpReference.InsertionLevel = programReference
o Func GetActivities( | ) As CATIAMfgActivities |
o Func InsertActivity( | CATBSTR | iActivityType, |
CATIAManufacturingActivity | iReferencedActivity) As CATIAManufacturingActivity |
... Dim mpReference As MachiningProcess Set mpReference = ... ... Dim iActivityType As CATBSTR Set iActivityType = Drilling Dim iReferencedActivity As CATIAManufacturingActivity Set iReferencedActivity = MachiningProcess Dim oManufacturingActivity As CATIAManufacturingActivity mpReference.InsertActivity(iActivityType,iReferencedActivity,oManufacturingActivity)
o Sub Instantiate( | CATIABase | iFeature) |
... Dim mpReference As MachiningProcess Set mpReference = ... ... Dim DesignFeature As AnyObject Set DesignFeature = ... ... mpReference.Instantiate(DesignFeature)
o Sub InstantiateInProductContext( | CATIABase | iFeature, |
CATIAProduct | iProduct) |
... Dim mpReference As MachiningProcess Set mpReference = ... ... Dim iDesignFeature As AnyObject Set iDesignFeature = ... ... Dim iProduct As Product Set iProduct = ... ... mpReference.Instantiate(iDesignFeature,iProduct)
Copyright © 2003, Dassault Systèmes. All rights reserved.