NXOpen.UF.Assem.AskCompExplosion

Assem.AskCompExplosion()

Refer to UF_ASSEM_ask_comp_explosion for documentation.

Signature: AskCompExplosion(explosion, component)

Parameters:
  • explosion (Tag) – The explosion to query
  • component (Tag) – The component (its part occurrence)
Returns:

A Tuple

Return type:

A tuple consisting of (status,transform)

status(`NXOpen.UF.Assem.ExplStatus Refer to UF_ASSEM_expl_status_e for documentation.`): The exploded status of the part occurrence. This can be one of the following enumerated constants: UF_ASSEM_unexploded UF_ASSEM_exploded UF_ASSEM_revert_exploded

transform(list of float): If status = UF_ASSEM_exploded, a 4x4 non-distorting transform (see UF_ASSEM_ask_component_data for more information).

License requirements: None