NXOpen.UF.Assem.AskHiddenComps

Assem.AskHiddenComps()

Refer to UF_ASSEM_ask_hidden_comps for documentation.

Signature: AskHiddenComps(view)

Parameters:view (Tag) – The view you are seeking informaton on
Returns:A Tuple
Return type:A tuple consisting of (components,count)

components(list of Tag): The components which are erased in the view. This array must be freed by the caller using UF_free.

count(int): The number of component tags in the array.

License requirements: None