All Frameworks Object Hierarchy This Framework Indexes
| o Property Comment( | ) As (Read Only) |
MachineComment = CurrentMachine.Comment
| o Property MachineType( | ) As (Read Only) |
MachineType = CurrentMachine.Type
| o Property NumberOfAttributes( | ) As (Read Only) |
Number = CurrentMachine.NumberOfAttributes
| o Property NumberOfNumericalControlAttributes( | ) As (Read Only) |
| o Property NumberOfRotaryTableAttributes( | ) As (Read Only) |
| o Property NumberOfSpindleAttributes( | ) As (Read Only) |
| o Property NumberOfToolChangeAttributes( | ) As (Read Only) |
| o Property PPTableName( | ) As |
Set ThisPPTable = CurrentMachine.PPTableName
| o Property PostProcessorFile( | ) As |
| o Property PreferedToolCatalogName( | ) As |
Set ThisCatalog = CurrentMachine.PreferedToolCatalogName
| o Property RotaryAxis( | ) As |
Set ThisAxis = CurrentMachine.RotaryAxis
| o Func DefaultName( | ) As |
MachineType = CurrentMachine.Type
| o Func GetAttributeNLSName( | iAttributName) As |
| o Func GetAttribute( | iAttribut) As |
Set HomePosX = MyMachine.GetAttribute(MFG_HOME_POS_X)
| o Sub GetListOfAttributeUnits( | oListOfAttributeUnits) |
call CurrentMachine.GetListOfAttributeUnits(TabAttributeUnits)
| o Sub GetListOfAttributes( | oListOfAttributes) |
call CurrentMachine.GetListOfAttributes(TabAttributes)
| o Sub GetListOfNumericalControlAttributes( | oListOfAttributes) |
call myMachine.GetListOfNumericalControlAttributes(oListOfAttributes)
| o Sub GetListOfRotaryTableAttributes( | oListOfAttributes) |
call myMachine.GetListOfRotaryTableAttributes(oListOfAttributes)
| o Sub GetListOfSpindleAttributes( | oListOfAttributes) |
call myMachine.GetListOfSpindleAttributes(oListOfAttributes)
| o Sub GetListOfToolChangeAttributes( | oListOfAttributes) |
call myMachine.GetListOfToolChangeAttributes(oListOfAttributes)
| o Sub set_DefaultValues( | ) |
call ThisMachine.set_DefaultValues
Copyright © 2003, Dassault Systèmes. All rights reserved.