NXOpen.UF.Assem.CopyExplosion

Assem.CopyExplosion()

Refer to UF_ASSEM_copy_explosion for documentation.

Signature: CopyExplosion(sourceExplosion, sourceComponent, destinationExplosion, destinationComponent)

Parameters:
  • sourceExplosion (Tag) – The tag of the explosion from which to copy transforms.
  • sourceComponent (Tag) – Either NULL_TAG, in which case the whole explosion is copied, or a component (part occurrence) tag indicating the portion of the explosion to be copied.
  • destinationExplosion (Tag) – The tag of the explosion which the source explosion should be copied into.
  • destinationComponent (Tag) – Either NULL_TAG, in which case the whole explosion is over-written, or a component (part occurrence) tag indicating a portion of the explosion to be over-written (in either case, the tag must represent the same componenrt part as the source_component argument).

License requirements: ASSEMBLIES MODULE