pycatia.arrangement_interfaces.arr_nomenclature_tree

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.arrangement_interfaces.arr_nomenclature_tree.ArrNomenclatureTree(com_object)

Note

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

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
ArrNomenclatureTree

Represents the root User Dictionary object.
The user dictionary defines a hierarchy of user object type names used for
dynamically classifying objects. These type names are defined by the user
organization according to the needs of the disciplines represented in the data.
The user type of any object may be changed as the data becomes more precise.
The hierarchy of type names starts with base names, defined by the system, for
each type of object. The user organization may define or change the hierarchy
of type names under each base name.
property base_nomenclatures: ArrNomenclatures

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property BaseNomenclatures() As ArrNomenclatures (Read
Only)

Returns the collection of BaseNomenclatures within this UserDictionary.
Return type:

ArrNomenclatures

get_nomenclature(i_type_name: str) ArrNomenclature

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetNomenclature(CATBSTR iTypeName) As ArrNomenclature

Finds a UserNomenclature by Name from this UserDictionary.
Parameters:

i_type_name (str) –

Return type:

ArrNomenclature