pycatia.cat_tps_interfaces.annotations¶
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.cat_tps_interfaces.annotations.Annotations(com_object)¶
Note
CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.CollectionAnnotationsInterface for collection of TPS objects CATIAAnnotation.- add(i_annot: Annotation) None¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Sub Add(Annotation iAnnot)Add an Annotation.
- Parameters:
i_annot (Annotation) –
- Return type:
None
- item(i_index: int | str) Annotation¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Func Item(CATVariant iIndex) As AnnotationRetrieves an Annotation managing by CATIAAnnotation. Deprecated method:Item method is replaced by Item2 has.
- Parameters:
i_index (CATVariant) –
- Return type:
- item2(i_index: int | str) Annotation2¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Func Item2(CATVariant iIndex) As AnyObjectRetrieve an Annotation using interface CATIAAnnotation2
- Parameters:
i_index (CATVariant) –
- Return type: