pycatia.dmaps_interfaces.activities¶
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.dmaps_interfaces.activities.Activities(com_object)¶
Note
CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.CollectionActivitiesThe collection of activities related to the current activity.It respectively manages the children hierarchy, the downstream control flow,the uptream control flow, the downstream product flow or the upstream productflow.- add(i_activity: Activity) None¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Sub Add(Activity iActivity)This method adds the specified activity as a precedenceconstraintParameters:iActivityThe activity Handle
- Parameters:
i_activity (Activity) –
- Return type:
None
- item(i_index: int | str) Activity¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Func Item(CATVariant iIndex) As ActivityThis method gets the specified activity on the current activitiesmanagement.Parameters:iIndexThe activity identifierReturns:oActivity The activity
- Parameters:
i_index (CATVariant) –
- Return type:
- remove(i_index: int | str) None¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Sub Remove(CATVariant iIndex)This method removes the specified activity on the current activitiesmanagement.Parameters:iIndexThe activity identifier
- Parameters:
i_index (CATVariant) –
- Return type:
None