pycatia.arrangement_interfaces.arr_system_line_product

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.arrangement_interfaces.arr_system_line_product.ArrSystemLineProduct(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
ArrSystemLineProduct

The interface to access a CATIAArrSystemLineProduct

Using this prefered syntax will enable mkdoc to document your
class.
get_sub_item(i_index: int) AnyObject

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetSubItem(long iIndex) As AnyObject

Allows the user to get the item at a specific index location.
Parameters:

i_index (int) –

Return type:

AnyObject

get_sub_products_count(i_intf_id: str) int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetSubProductsCount(CATBSTR iIntfId) As long

Returns the count of the sub-products that make up the System-Line
Arrangement Product and that match a specifc interface id. If the interface Id
is NULL, then it searches for CATIAProduct objects by default.
Parameters:

i_intf_id (str) –

Return type:

int