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