NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Assemblies::ExplosionCollection Class Reference

Represents a collection of explosions
To obtain an instance of this class, refer to NXOpen::Assemblies::ComponentAssembly

Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Assemblies::ExplosionCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::Assemblies::ExplosionCreate (const NXString &explosionName)
 Creates an explosion based upon the default arrangement in the given OCC part. More...
 
NXOpen::Assemblies::ExplosionCreate (const char *explosionName)
 Creates an explosion based upon the default arrangement in the given OCC part. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::Assemblies::ExplosionFindObject (const NXString &name)
 Finds the NXOpen::Assemblies::Explosion with the given identifier as recorded in a journal. More...
 
NXOpen::Assemblies::ExplosionFindObject (const char *name)
 Finds the NXOpen::Assemblies::Explosion with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of explosions
To obtain an instance of this class, refer to NXOpen::Assemblies::ComponentAssembly

Created in NX4.0.0.


Member Function Documentation

iterator NXOpen::Assemblies::ExplosionCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Assemblies::Explosion* NXOpen::Assemblies::ExplosionCollection::Create ( const NXString explosionName)

Creates an explosion based upon the default arrangement in the given OCC part.

Returns
the new explosion
Created in NX9.0.1.

License requirements : assemblies ("ASSEMBLIES MODULE")
Parameters
explosionNameName to be given to the new explosion
NXOpen::Assemblies::Explosion* NXOpen::Assemblies::ExplosionCollection::Create ( const char *  explosionName)

Creates an explosion based upon the default arrangement in the given OCC part.

Returns
the new explosion
Created in NX9.0.1.

License requirements : assemblies ("ASSEMBLIES MODULE")
Parameters
explosionNameName to be given to the new explosion
iterator NXOpen::Assemblies::ExplosionCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Assemblies::Explosion* NXOpen::Assemblies::ExplosionCollection::FindObject ( const NXString name)

Finds the NXOpen::Assemblies::Explosion 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.

Returns
Explosion found, or null if no such Explosion exists.
Created in NX9.0.1.

License requirements : None
Parameters
nameName of the Explosion to be found
NXOpen::Assemblies::Explosion* NXOpen::Assemblies::ExplosionCollection::FindObject ( const char *  name)

Finds the NXOpen::Assemblies::Explosion 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.

Returns
Explosion found, or null if no such Explosion exists.
Created in NX9.0.1.

License requirements : None
Parameters
nameName of the Explosion to be found
tag_t NXOpen::Assemblies::ExplosionCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.