Methods
- Sub Add( iRealObj)
-
This method adds the specified CATIAManufacturingToolMotion in the current list CATIAMfgToolMotions.
- Example:
- The following example adds in CATIAMfgToolMotions ListToolMotions the CATIAManufacturingToolMotion ThisToolMotion
ListToolMotions.Add(ThisToolMotion)
- Func GetElement( iIndex) As
-
This method return the specified CATIAManufacturingToolMotion in the current list CATIAMfgToolMotions.
- Example:
- The following example return the CATIAManufacturingToolMotion ThisToolMotion in CATIAMfgToolMotions ListToolMotions in position
NumPos:
Set ThisToolMotion = ListToolMotions.GetElement(Numpos)