pycatia.ppr_interfaces.ppr_products

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_products.PPRProducts(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
PPRProducts

This interface is used to retrieve and add Products from and to the list of
Products.
add(i_product: Product) Product

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func Add(Product iProduct) As Product

Adds the specified Product to the current list of
Products.

Parameters:

iProduct
The Product to be added.

Returns:
The added Product.
Parameters:

i_product (Product) –

Return type:

Product

item(i_index: cat_variant) Product

Note

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

Retrieves the Product corresponding to the specified index in the list of
Products.

Parameters:

iIndex
The index in the Product list.

Returns:
The retrieved Product corresponding to the specified index.
Parameters:

i_index (cat_variant) –

Return type:

Product