pycatia.manufacturing_interfaces.manufacturing_tool_motions

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.manufacturing_interfaces.manufacturing_tool_motions.MFGToolMotions(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.Collection
MfgToolMotions

The collection of MfgToolMotions related to the Manufacturing Document
.
add(i_real_obj: ManufacturingToolMotion) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub Add(ManufacturingToolMotion 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)
Parameters:

i_real_obj (ManufacturingToolMotion) –

Return type:

None

get_element(i_index: int) ManufacturingToolMotion

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetElement(long iIndex) As ManufacturingToolMotion

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)
Parameters:

i_index (int) –

Return type:

ManufacturingToolMotion