NXOpen.UF.Ugmgr.ListIdTypes

Ugmgr.ListIdTypes()

Refer to UF_UGMGR_list_id_types for documentation.

Signature: ListIdTypes(partType, context)

Parameters:
  • partType (str) – Type of part.
  • context (str) – Context for which the list of id_typesis being requested. May be NULL.
Returns:

A Tuple

Return type:

A tuple consisting of (count,idTypes)

count(int): Number of ID types for this context.

idTypes(list of str): Array of the names of the ID types which are valid for the given context. The array must be freed after use with UF_free().

License requirements: None