ManufacturingInterfaces MfgToolMotions (Collection)
All Frameworks Object Hierarchy This Framework Indexes
MfgToolMotions (Collection)
The collection of MfgToolMotions related to the Manufacturing Document .
Method Index
-
Add
- This method adds the specified CATIAManufacturingToolMotion in the current list CATIAMfgToolMotions.
-
GetElement
- This method return the specified CATIAManufacturingToolMotion in the current list CATIAMfgToolMotions.
Methods
-
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)
o 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)
Copyright © 2003, Dassault Systèmes. All rights reserved.