pycatia.dmaps_interfaces.resource

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.resource.Resource(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
Resource

The object that represents a resource.

It also allows to get the real resource object.
property children_ts_as: Activities

Note

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

This property returns the interface which manages the children TSA of the
given resource/system.
Return type:

Activities

get_object(i_interface_name: str) AnyObject

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetObject(CATBSTR iInterfaceName) As AnyObject

This method returns the IDL Interface for the specified interface
identifier.

Parameters:

iInterfaceName
The name of the interface to query.
oObject
The pointer to the queried interface.
Parameters:

i_interface_name (str) –

Return type:

AnyObject

property input_products: Items

Note

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

This property returns the interface which manages the items or input
products/components assigned to the given resource/system
Return type:

Items

property next_resources: ResourceCollection

Note

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

This property returns the interface which manages the downstream product
flow hierarchy on the given resource. This returns the collection of resources
which are “Next” to the given resource in the resource product flow links
Return type:

ResourceCollection

property output_products: Outputs

Note

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

This property returns the interface which manages the output
products/components of the given resource/system
Return type:

Outputs

property previous_resources: ResourceCollection

Note

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

This property returns the interface which manages the upstream product flow
hierarchy on the given resource. This returns the collection of resources which
are “Previous” to the given resource in the resource product flow links
Return type:

ResourceCollection