NXOpen.UF.Param.AskUdes

Param.AskUdes()

Refer to UF_PARAM_ask_udes for documentation.

Signature: AskUdes(param, udeSetType)

Parameters:
  • param (Tag) – see above
  • udeSetType (NXOpen.UF.Ude.SetType Refer to UF_UDE_set_type_e for documentation.) – see above
Returns:

A Tuple

Return type:

A tuple consisting of (numOfUdes,udeObjs)

numOfUdes(int): see above

udeObjs(list of PointerWrapper): see aboveThis should be freed by calling UF_free.

License requirements: None