NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Assemblies.ExplosionCollection Class Reference

Represents a collection of explosions More...

Inheritance diagram for NXOpen.Assemblies.ExplosionCollection:

Public Member Functions

NXOpen.Assemblies.Explosion[] ToArray ()
 Returns an array of NXOpen.Assemblies.Explosion objects. More...
 
unsafe NXOpen.Assemblies.Explosion Create (string explosionName)
 Creates an explosion based upon the default arrangement in the given OCC part. More...
 
unsafe NXOpen.Assemblies.Explosion FindObject (string name)
 Finds the NXOpen.Assemblies.Explosion with the given identifier as recorded in a journal. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 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

unsafe NXOpen.Assemblies.Explosion NXOpen.Assemblies.ExplosionCollection.Create ( string  explosionName)

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

Created in NX9.0.1

License requirements: assemblies ("ASSEMBLIES MODULE")

Parameters
explosionNameName to be given to the new explosion
Returns
the new explosion
override int NXOpen.Assemblies.ExplosionCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Assemblies.Explosion NXOpen.Assemblies.ExplosionCollection.FindObject ( string  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.

Created in NX9.0.1

License requirements: None.

Parameters
nameName of the Explosion to be found
Returns
Explosion found, or null if no such Explosion exists.
NXOpen.Assemblies.Explosion [] NXOpen.Assemblies.ExplosionCollection.ToArray ( )

Returns an array of NXOpen.Assemblies.Explosion objects.

Property Documentation

Tag NXOpen.Assemblies.ExplosionCollection.Tag
get

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.