pycatia.analysis_interfaces.analysis_supports

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.analysis_interfaces.analysis_supports.AnalysisSupports(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
AnalysisSupports

The collection of analysis case making an Analysis.
item(i_index: int, o_positionning: AnyObject, o_pointed: AnyObject) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub Item(long iIndex,
AnyObject oPositionning,
AnyObject oPointed)

Returns analysis support object information using its index in the
collection.

Parameters:

iIndex
The numeric index is the rank in the collection. The index of the
first case in the collection is 1, and the index of the last is Count.

oPositionning
The positionning feature is exists.
oPointed
The pointed object.
Parameters:
Return type:

None