NXOpen.UF.ProcessAid.AskDatumsInPart

ProcessAid.AskDatumsInPart()

Refer to UF_PROCESS_AID_ask_datums_in_part for documentation.

Signature: AskDatumsInPart(partTag, featType)

Parameters:
  • partTag (Tag) – The specified part in assembly to query
  • featType (NXOpen.UF.ProcessAid.Types Refer to UF_PROCESS_AID_types_e for documentation.) – The datum type filter to apply to this query. If no filtering is desired, then input UF_PROCESS_AID_ALL_TYPES
Returns:

The list containing the tags of the found process aid objects. If datum_type is UF_PROCESS_AID_ALL_TYPES, then all of the datum objects in the part will be returned. If any other filter option, then only the objects of the specified types are returned. returns NULL if no process aid object found. This parameter must be freed with UF_MODL_delete_list

Return type:

NXOpen.UF.UF.List Refer to ` <../ugopen_doc/uf/.html>`_ for documentation.

License requirements: None