DrawingExplosionCollection Class

class NXOpen.Assemblies.DrawingExplosionCollection

Bases: object

Represents a collection of drawing explosions

To obtain an instance of this class, refer to NXOpen.Assemblies.ComponentAssembly

New in version NX12.0.0.

Methods

Method Description
FindObject Finds the NXOpen.Assemblies.DrawingExplosion with the given identifier as recorded in a journal.

Method Detail

FindObject

DrawingExplosionCollection.FindObject

Finds the NXOpen.Assemblies.DrawingExplosion with the given identifier as recorded in a journal.

This method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with the given journal identifier.

Signature FindObject(name)

Parameters:name (str) – Name of the DrawingExplosion to be found
Returns:DrawingExplosion found, or null if no such DrawingExplosion exists.
Return type:NXOpen.Assemblies.DrawingExplosion

New in version NX12.0.0.

License requirements: None.