pycatia.dmaps_interfaces.outputs

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.outputs.Outputs(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
Outputs

The collection of outputs related to the current activity.
add(i_output: Item) Item

Note

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

This method can be used to assign a given product as an
output

Parameters:

iOutput
The output to add

Returns:
oProduct The assigned product
Parameters:

i_output (Item) –

Return type:

Item

count_() int

Note

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

This method returns the no. of products / features that are assigned to a
process as output.

Returns:
oNbOutputs No. of Outputss that are assigned to the activity.
Return type:

int

item(i_index: cat_variant) Item

Note

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

This method can be used to get the associated output
product.

Parameters:

iIndex
The item identifier (can be the index or the name)


Returns:
oProduct The indexed product/MA that is assigned to the process.
Parameters:

i_index (cat_variant) –

Return type:

Item

remove(i_output: Item) Item

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func Remove(Item iOutput) As Item

This method can be used to unassign an output product from a
process

Parameters:

iProduct
The product to remove

Returns:
oProduct The item
Parameters:

i_output (Item) –

Return type:

Item