NXOpen.UF.Assem.AskExplosions

Assem.AskExplosions()

Refer to UF_ASSEM_ask_explosions for documentation.

Signature: AskExplosions(partTag)

Parameters:partTag (Tag) – The tag of the part for which to get the explosions.
Returns:A Tuple
Return type:A tuple consisting of (nExplosions,explosionTags)

nExplosions(int): Number of explosions.

explosionTags(list of Tag): The tags of the explosions in this part. This array must be freed by the ca ller using UF_free.

License requirements: None