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

Represents a collection of response analysis meta solution
To obtain an instance of this class, refer to NXOpen::CAE::ResponseSimulation::Manager

Created in NX5.0.0. More...

Inheritance diagram for NXOpen::CAE::ResponseSimulation::SolutionCollection:
NXOpen::TaggedObjectCollection

Classes

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

Public Member Functions

NXOpen::CAE::ResponseSimulation::SolutionActiveSolution ()
 Returns the active solution
Created in NX5.0.0. More...
 
iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::CAE::ResponseSimulation::SolutionCloneSolution (NXOpen::CAE::ResponseSimulation::Solution *oldSolution, const NXString &suggestedName)
 Clones a response analysis meta solution. More...
 
NXOpen::CAE::ResponseSimulation::SolutionCloneSolution (NXOpen::CAE::ResponseSimulation::Solution *oldSolution, const char *suggestedName)
 Clones a response analysis meta solution. More...
 
NXOpen::CAE::ResponseSimulation::SolutionBuilderCreateSolutionBuilder (NXOpen::CAE::ResponseSimulation::Solution *raSolution)
 Creates the builder object of response analysis meta solution. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::ResponseSimulation::SolutionFindObject (const NXString &solutionName)
 Finds a response analysis meta solution with specified solution name. More...
 
NXOpen::CAE::ResponseSimulation::SolutionFindObject (const char *solutionName)
 Finds a response analysis meta solution with specified solution name. More...
 
void SetActiveSolution (NXOpen::CAE::ResponseSimulation::Solution *activeSolution)
 Sets the active solution
Created in NX5.0.0. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of response analysis meta solution
To obtain an instance of this class, refer to NXOpen::CAE::ResponseSimulation::Manager

Created in NX5.0.0.


Member Function Documentation

NXOpen::CAE::ResponseSimulation::Solution* NXOpen::CAE::ResponseSimulation::SolutionCollection::ActiveSolution ( )

Returns the active solution
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

iterator NXOpen::CAE::ResponseSimulation::SolutionCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::ResponseSimulation::Solution* NXOpen::CAE::ResponseSimulation::SolutionCollection::CloneSolution ( NXOpen::CAE::ResponseSimulation::Solution oldSolution,
const NXString suggestedName 
)

Clones a response analysis meta solution.

Returns
the newly created CAE::ResponseSimulation::Solution
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")
Parameters
oldSolutionthe CAE::SimSolution to be cloned
suggestedNamename to use instead of default name (may be NULL)
NXOpen::CAE::ResponseSimulation::Solution* NXOpen::CAE::ResponseSimulation::SolutionCollection::CloneSolution ( NXOpen::CAE::ResponseSimulation::Solution oldSolution,
const char *  suggestedName 
)

Clones a response analysis meta solution.

Returns
the newly created CAE::ResponseSimulation::Solution
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")
Parameters
oldSolutionthe CAE::SimSolution to be cloned
suggestedNamename to use instead of default name (may be NULL)
NXOpen::CAE::ResponseSimulation::SolutionBuilder* NXOpen::CAE::ResponseSimulation::SolutionCollection::CreateSolutionBuilder ( NXOpen::CAE::ResponseSimulation::Solution raSolution)

Creates the builder object of response analysis meta solution.

Returns

Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")
Parameters
raSolutionra solution
iterator NXOpen::CAE::ResponseSimulation::SolutionCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::ResponseSimulation::Solution* NXOpen::CAE::ResponseSimulation::SolutionCollection::FindObject ( const NXString solutionName)

Finds a response analysis meta solution with specified solution name.

Returns

Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")
Parameters
solutionNamesolution name
NXOpen::CAE::ResponseSimulation::Solution* NXOpen::CAE::ResponseSimulation::SolutionCollection::FindObject ( const char *  solutionName)

Finds a response analysis meta solution with specified solution name.

Returns

Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")
Parameters
solutionNamesolution name
void NXOpen::CAE::ResponseSimulation::SolutionCollection::SetActiveSolution ( NXOpen::CAE::ResponseSimulation::Solution activeSolution)

Sets the active solution
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
activeSolutionactive solution
tag_t NXOpen::CAE::ResponseSimulation::SolutionCollection::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.