pycatia.space_analyses_interfaces.conflicts

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

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.space_analyses_interfaces.conflicts.Conflicts(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.Collection
Conflicts

A collection of all Conflict objects currently detected by a Clash
object.
item(i_index: cat_variant) Conflict

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Func Item(CATVariant iIndex) As Conflict

Returns a Conflict object using its index from the Conflicts
collection.

Parameters:

iIndex
The index of the Conflict object to retrieve from the collection of
Conflicts. As a numerics, this index is the rank of the Conflict in the
collection. The index of the first Conflict in the collection is 1, and the
index of the last Conflict is Count.

Example:

This example retrieves in ThisConflict the ninth
Conflict
from the TheConflicts collection.

Dim ThisConflict As Conflict
Set ThisConflict = TheConflicts.Item(9)
Parameters:

i_index (cat_variant) –

Return type:

Conflict