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.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.Collection
Activities

The 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 product
flow.
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 precedence
constraint

Parameters:

iActivity
The activity Handle
Parameters:

i_activity (Activity) –

Return type:

None

item(i_index: cat_variant) Activity

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func Item(CATVariant iIndex) As Activity

This method gets the specified activity on the current activities
management.

Parameters:

iIndex
The activity identifier

Returns:
oActivity The activity
Parameters:

i_index (cat_variant) –

Return type:

Activity

remove(i_index: cat_variant) 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 activities
management.

Parameters:

iIndex
The activity identifier
Parameters:

i_index (cat_variant) –

Return type:

None