pycatia.cat_tps_interfaces.assembly_annotation_sets

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.assembly_annotation_sets.AssemblyAnnotationSets(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
AssemblyAnnotationSets

Interface for collection of Annotations’ Set
item(i_index: cat_variant) AnyObject

Note

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

Retrieve a set.
Parameters:

i_index (cat_variant) –

Return type:

AnyObject

load_annotation_sets_list() None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub LoadAnnotationSetsList()

Loads the Annotation Sets list. This method is very useful when a cgr
document containing Annotation Set is inserted in the product, because the
Annotation Set is not automatically loaded If the Annotation Set is already
loaded nothing happens.
Return type:

None