pycatia.ppr_interfaces.ppr_activity

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.ppr_interfaces.ppr_activity.PPRActivity(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
DMAPSInterfaces.Activity
PPRActivity

The interface is used to retrieve the items and resources of the current
Activity.
property ppr_items: PPRProducts

Note

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

Retrieves the list of items as Products aggregated by the
Activity.

Returns:
The list of items of the current Activity.
Return type:

PPRProducts

property ppr_items_and_fta: list

Note

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

Retrieves the list of items as CATIAItems aggregated by the
Activity.

Returns:
The list of items of the current Activity, including ASMPRODUCT and
possibly FTA objects
Return type:

list

property ppr_resources: PPRProducts

Note

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

Retrieves the list of resources as Products aggregated by the
Activity.

Returns:
The list of resources of the current Activity.
Return type:

PPRProducts