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

Represents a collection of correl meta solution
To obtain an instance of this class, refer to NXOpen::CAE::CorrelManager

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::CAE::CorrelSolutionCollection:
NXOpen::TaggedObjectCollection

Classes

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

Public Member Functions

NXOpen::CAE::CorrelSolutionActiveSolution ()
 Returns the active solution
Created in NX5.0.0. More...
 
iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::CAE::CorrelSolutionCloneSolution (NXOpen::CAE::CorrelSolution *oldSolution, const NXString &suggestedName)
 Clones a correl meta solution. More...
 
NXOpen::CAE::CorrelSolutionCloneSolution (NXOpen::CAE::CorrelSolution *oldSolution, const char *suggestedName)
 Clones a correl meta solution. More...
 
NXOpen::CAE::ComacViewerBuilderCreateComacViewerBuilder ()
 Creates the builder object of correl comac matrix viewer. More...
 
NXOpen::CAE::ShapeMetricViewerBuilderCreateShapeMetricViewerBuilder (NXOpen::CAE::CorrelSolution *solution)
 Creates the builder object of correl shape metric viewer. More...
 
NXOpen::CAE::CorrelSolutionBuilderCreateSolutionBuilder (NXOpen::CAE::CorrelSolution *solution)
 Creates the builder object of correl meta solution. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::CorrelSolutionFindObject (const NXString &solutionName)
 Finds a correl meta solution with specified solution name. More...
 
NXOpen::CAE::CorrelSolutionFindObject (const char *solutionName)
 Finds a correl meta solution with specified solution name. More...
 
NXString GetValidSolutionName ()
 Returns next valid correlation solution name. More...
 
void SetActiveSolution (NXOpen::CAE::CorrelSolution *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 correl meta solution
To obtain an instance of this class, refer to NXOpen::CAE::CorrelManager

Created in NX6.0.0.


Member Function Documentation

NXOpen::CAE::CorrelSolution* NXOpen::CAE::CorrelSolutionCollection::ActiveSolution ( )

Returns the active solution
Created in NX5.0.0.



License requirements : None

iterator NXOpen::CAE::CorrelSolutionCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::CorrelSolution* NXOpen::CAE::CorrelSolutionCollection::CloneSolution ( NXOpen::CAE::CorrelSolution oldSolution,
const NXString suggestedName 
)

Clones a correl meta solution.

Returns
the newly created NXOpen::CAE::CorrelSolution
Created in NX5.0.0.

License requirements : None
Parameters
oldSolutionthe NXOpen::CAE::SimSolution to be cloned
suggestedNamename to use instead of default name (may be NULL)
NXOpen::CAE::CorrelSolution* NXOpen::CAE::CorrelSolutionCollection::CloneSolution ( NXOpen::CAE::CorrelSolution oldSolution,
const char *  suggestedName 
)

Clones a correl meta solution.

Returns
the newly created NXOpen::CAE::CorrelSolution
Created in NX5.0.0.

License requirements : None
Parameters
oldSolutionthe NXOpen::CAE::SimSolution to be cloned
suggestedNamename to use instead of default name (may be NULL)
NXOpen::CAE::ComacViewerBuilder* NXOpen::CAE::CorrelSolutionCollection::CreateComacViewerBuilder ( )

Creates the builder object of correl comac matrix viewer.

Returns

Created in NX6.0.0.

License requirements : nx_correl_base ("FE Correlation")
NXOpen::CAE::ShapeMetricViewerBuilder* NXOpen::CAE::CorrelSolutionCollection::CreateShapeMetricViewerBuilder ( NXOpen::CAE::CorrelSolution solution)

Creates the builder object of correl shape metric viewer.

Returns

Created in NX7.5.0.

License requirements : nx_correl_base ("FE Correlation")
Parameters
solutionCorrelation setup
NXOpen::CAE::CorrelSolutionBuilder* NXOpen::CAE::CorrelSolutionCollection::CreateSolutionBuilder ( NXOpen::CAE::CorrelSolution solution)

Creates the builder object of correl meta solution.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
solutionsolution
iterator NXOpen::CAE::CorrelSolutionCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::CorrelSolution* NXOpen::CAE::CorrelSolutionCollection::FindObject ( const NXString solutionName)

Finds a correl meta solution with specified solution name.

Returns
Correlation metasolution found
Created in NX5.0.0.

License requirements : None
Parameters
solutionNameSolution to be found
NXOpen::CAE::CorrelSolution* NXOpen::CAE::CorrelSolutionCollection::FindObject ( const char *  solutionName)

Finds a correl meta solution with specified solution name.

Returns
Correlation metasolution found
Created in NX5.0.0.

License requirements : None
Parameters
solutionNameSolution to be found
NXString NXOpen::CAE::CorrelSolutionCollection::GetValidSolutionName ( )

Returns next valid correlation solution name.

Returns
a NXOpen::CAE::CorrelSolution valid name
Created in NX5.0.0.

License requirements : None
void NXOpen::CAE::CorrelSolutionCollection::SetActiveSolution ( NXOpen::CAE::CorrelSolution activeSolution)

Sets the active solution
Created in NX5.0.0.



License requirements : None

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