All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---Activity | +---ManufacturingActivity
o Property Active( | ) As boolean |
Dim firstActivity As ManufacturingActivity Set firstActivity = ... Dim bActive As boolean Set bActive = firstActivity.Active
o Property MachinableFeature( | ) As CATIAManufacturingMachinableArea |
Dim firstActivity As ManufacturingActivity Set firstActivity = ... Dim theMAF As ManufacturingMachinableArea Set theMAF = firstActivity.MachinableArea
o Property MachiningTime( | ) As double (Read Only) |
theMachiningTime = firstActivity.MachiningTime
o Property NumberOfFeedrateAttributes( | ) As short (Read Only) |
o Property NumberOfGeomAttributes( | ) As short (Read Only) |
o Property NumberOfStrategyAttributes( | ) As short (Read Only) |
o Property Precedences( | ) As CATIAManufacturingPrecedences (Read Only) |
... Set myActivity = ... Set precedences = myActivity.Precedences
o Property Representation( | ) As CATBSTR |
o Property Tool( | ) As CATIAManufacturingTool (Read Only) |
Set CurTool = firstActivity.GetTool
o Property ToolAssembly( | ) As CATIAManufacturingToolAssembly (Read Only) |
Set CurrAssembly = CurrActivity.ToolAssembly
o Property TotalTime( | ) As double (Read Only) |
theTotalTime = firstActivity.TotalTime
o Property VideoResult( | ) As CATBSTR (Read Only) |
theVideoResult = firstActivity.VideoResult
o Func GetAttribute( | CATBSTR | iAttribut) As CATIAParameter |
Set RapidFeed = firstActivity.GetAttribute(MfgRapidFeed)
o Func GetAttributeNLSName( | CATBSTR | iAttributName) As CATBSTR |
o Sub GetListOfFeedrateAttributes( | CATSafeArrayVariant | oListOfAttributes) |
call myActivity.GetListOfFeedrateAttributes(oListOfAttributes)
o Sub GetListOfGeomAttributes( | CATSafeArrayVariant | oListOfAttributes) |
call myActivity.GetListOfGeomAttributes(oListOfAttributes)
o Sub GetListOfStrategyAttributes( | CATSafeArrayVariant | oListOfAttributes) |
call myActivity.GetListOfStrategyAttributes(oListOfAttributes)
o Sub GetMachiningDirection( | double | oXAxis, |
double | oYAxis, | |
double | oZAxis) |
o Sub GetToolAxis( | double | oXAxis, |
double | oYAxis, | |
double | oZAxis) |
o Sub SetMachiningDirection( | double | iXAxis, |
double | iYAxis, | |
double | iZAxis) |
o Sub SetToolAxis( | double | iXAxis, |
double | iYAxis, | |
double | iZAxis) |
Copyright © 2003, Dassault Systèmes. All rights reserved.