NXOpen.UF.Clear.SetObjList

Clear.SetObjList()

Refer to UF_CLEAR_set_obj_list for documentation.

Deprecated since version NX9.0: Please use following Assemblies::ClearanceAnalysisBuilder’s properties instead: ClearanceBetween() TotalCollectionCount CollectionOne(Two)Range CollectionOne(Two)Objects

Signature: SetObjList(dataset, whichList, listType, listSize, tagArray)

Parameters:
  • dataset (Tag) – The dataset tag.
  • whichList (int) – Is this for list 1 or list 2? Acceptable values are 1 and 2.
  • listType (int) – The new type of list (UF_CLEAR_ALL_OBJECTS, UF_CLEAR_ALL_VISIBLE_OBJECTS, UF_CLEAR_ALL_BUT, UF_CLEAR_FIXED_LIST, or UF_CLEAR_LIST2_NOT_USED).
  • listSize (int) – The size of tag_array.
  • tagArray (list of Tag) – list_size The object tags (solids or facets) to be applied to the list.

License requirements: ASSEMBLIES MODULE