All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---ManufacturingTool
| o Property Comment( | ) As CATBSTR (Read Only) |
ToolComment=CurrentTool.Comment
| o Property CorrectorCount( | ) As short (Read Only) |
Set NbCorr = CurrentTool.CorrectorCount
| o Property NumberOfAttributes( | ) As short (Read Only) |
Number = CurrentTool.NumberOfAttributes
| o Property Picture( | ) As CATBSTR (Read Only) |
PicturePath=CurrentTool.Picture
| o Property ToolNumber( | ) As long (Read Only) |
Number = CurrentTool.ToolNumber
| o Property ToolType( | ) As CATBSTR (Read Only) |
Set ToolType=CurrentTool.ToolType
| o Func AddCorrector( | ) As CATIAManufacturingToolCorrector |
Set Corr = CurrentTool.AddCorrector
| o Func GetAttribute( | CATBSTR | iAttribut) As CATIAParameter |
Set Diameter = firstTool.GetAttribute(MfgDiameter)
| o Func GetAttributeNLSName( | CATBSTR | iAttributName) As CATBSTR |
| o Func GetCorrector( | short | index) As CATIAManufacturingToolCorrector |
Set Corr = CurrentTool.GetCorrector(index)
| o Sub GetListOfAptParameters( | CATSafeArrayVariant | oListOfAptParameters) |
| o Sub GetListOfAttributeUnits( | CATSafeArrayVariant | oListOfAttributeUnits) |
call firstTool.GetListOfAttributeUnits(TabAttributeUnits)
| o Sub GetListOfAttributes( | CATSafeArrayVariant | oListOfAttributes) |
call firstTool.GetListOfAttributes(TabAttributes)
| o Sub GetListOfGeomAttributes( | CATSafeArrayVariant | oListOfAttributes) |
call firstTool.GetListOfGeomAttributes(TabAttributes)
Copyright © 2003, Dassault Systèmes. All rights reserved.