NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Public Member Functions | List of all members
NXOpen::CAE::TestModelCollection Class Reference

Represents a collection of Data Processing meta solution. More...

Inheritance diagram for NXOpen::CAE::TestModelCollection:
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...
 
void DeleteTestModel (NXOpen::CAE::TestModel *testModel)
 Deletes the test model. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::TestModelFindObject (const NXString &name)
 Finds a test model with a specified name. More...
 
NXOpen::CAE::TestModelFindObject (const char *name)
 Finds a test model with a specified name. More...
 
void GetInformation (const std::vector< NXOpen::CAE::TestModel * > &testModels)
 Info the test model. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of Data Processing meta solution.


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

Created in NX1847.0.0.

Member Function Documentation

iterator NXOpen::CAE::TestModelCollection::begin ( )

Returns an iterator addressing the first element.

void NXOpen::CAE::TestModelCollection::DeleteTestModel ( NXOpen::CAE::TestModel testModel)

Deletes the test model.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
testModelThe test model
iterator NXOpen::CAE::TestModelCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::TestModel* NXOpen::CAE::TestModelCollection::FindObject ( const NXString name)

Finds a test model with a specified name.

Returns
The test model
Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
namename
NXOpen::CAE::TestModel* NXOpen::CAE::TestModelCollection::FindObject ( const char *  name)

Finds a test model with a specified name.

Returns
The test model
Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
namename
void NXOpen::CAE::TestModelCollection::GetInformation ( const std::vector< NXOpen::CAE::TestModel * > &  testModels)

Info the test model.

If fileName is null, info is written to the list window.


Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
testModelstestmodels
tag_t NXOpen::CAE::TestModelCollection::Tag ( ) const

Returns the tag of this object.


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