pycatia.manufacturing_interfaces.manufacturing_process

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_process.ManufacturingProcess(com_object)

Note

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

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
ManufacturingProcess

A ManufacturingProcess for a Manufacturing Document.
property setups: ManufacturingActivities

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Setups() As MfgActivities (Read Only)

Give the List of Setups linked to a Manufacturing Process.

Example:
The following example returns the list of Setups SetupsList linked to
the manufacturing Process CurrentProcess

Set SetupsList = CurrentProcess.Setups
Return type:

MfgActivities