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


o 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)
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 © 2006, Dassault Systèmes. All rights reserved.