pycatia.dmaps_interfaces.resource_collection

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_collection.ResourceCollection(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
ResourceCollection

Interface representing collection of Resources.

Role: Components that implement CATIAResourceCollection are

Do not use the CATIAResourceCollection interface for such and such
ClassReference, Class#MethodReference, #InternalMethod…
item(i_index: cat_variant) Resource

Note

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

This method gets the specified resource from the given resource collection
management.

Parameters:

iIndex
The resource identifier

Returns:
oResource The resource
Parameters:

i_index (cat_variant) –

Return type:

Resource