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