NXOpen.UF.Assem.AskArraysOfInst

Assem.AskArraysOfInst()

Refer to UF_ASSEM_ask_arrays_of_inst for documentation.

Signature: AskArraysOfInst(instance)

Parameters:instance (Tag) – Tag of instance being queried.
Returns:A Tuple
Return type:A tuple consisting of (numArrays,arrays)

numArrays(int): The number of arrays which contain “instance_tag”.

arrays(list of Tag): Dynamically allocated array of array tags. This must be freed by the caller using UF_free.

License requirements: None