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

This class is a collection of NXOpen::CAE::SimConditionSequence . More...

Inheritance diagram for NXOpen::CAE::SimConditionSequenceCollection:
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...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::SimConditionSequenceFind (const NXString &label)
 Collection's object finder. More...
 
NXOpen::CAE::SimConditionSequenceFind (const char *label)
 Collection's object finder. More...
 
NXOpen::CAE::SimConditionSequenceGet (int label)
 Returns the NXOpen::CAE::SimConditionSequence with the specified label or NULL if such a sequence doesn't exist. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class is a collection of NXOpen::CAE::SimConditionSequence .

For now, it only supports one NXOpen::CAE::SimConditionSequence . To access the one and only NXOpen::CAE::SimConditionSequence , use NXOpen::CAE::SimConditionSeqMgr::ActiveConditionSequence and NXOpen::CAE::SimConditionSeqMgr::SetActiveConditionSequence


To obtain an instance of this class, refer to NXOpen::CAE::SimConditionSeqMgr

Created in NX9.0.0.

Member Function Documentation

iterator NXOpen::CAE::SimConditionSequenceCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAE::SimConditionSequenceCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::SimConditionSequence* NXOpen::CAE::SimConditionSequenceCollection::Find ( const NXString label)

Collection's object finder.

Returns
The NXOpen::CAE::SimConditionSequence
Created in NX9.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
labellabel of the NXOpen::CAE::SimConditionSequence
NXOpen::CAE::SimConditionSequence* NXOpen::CAE::SimConditionSequenceCollection::Find ( const char *  label)

Collection's object finder.

Returns
The NXOpen::CAE::SimConditionSequence
Created in NX9.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
labellabel of the NXOpen::CAE::SimConditionSequence
NXOpen::CAE::SimConditionSequence* NXOpen::CAE::SimConditionSequenceCollection::Get ( int  label)

Returns the NXOpen::CAE::SimConditionSequence with the specified label or NULL if such a sequence doesn't exist.

Returns
the corresponding NXOpen::CAE::SimConditionSequence
Created in NX9.0.0.

License requirements : None
Parameters
labellabel
tag_t NXOpen::CAE::SimConditionSequenceCollection::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.