pycatia.cat_tps_interfaces.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.annotation_sets.AnnotationSets(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
AnnotationSets

Interface for collection of Annotations’ Set
add_in_a_product(i_product: pycatia.product_structure_interfaces.product.Product, i_standard: str) pycatia.cat_tps_interfaces.annotation_set.AnnotationSet

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func AddInAProduct(Product iProduct,
CATBSTR iStandard) As AnnotationSet

Add a set in the product.
Parameters
  • i_product (Product) –

  • i_standard (str) –

Returns

AnnotationSet

Return type

AnnotationSet

item(i_index: pycatia.types.general.cat_variant) pycatia.cat_tps_interfaces.annotation_set.AnnotationSet

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) –

Returns

AnyObject

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.
Returns

None

Return type

None