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

Represents a collection of correl meta solution More...

Inheritance diagram for NXOpen.CAE.CorrelSolutionCollection:

Public Member Functions

NXOpen.CAE.CorrelSolution[] ToArray ()
 Returns an array of NXOpen.CAE.CorrelSolution objects. More...
 
unsafe
NXOpen.CAE.CorrelSolutionBuilder 
CreateSolutionBuilder (NXOpen.CAE.CorrelSolution solution)
 Creates the builder object of correl meta solution More...
 
unsafe
NXOpen.CAE.ShapeMetricViewerBuilder 
CreateShapeMetricViewerBuilder (NXOpen.CAE.CorrelSolution solution)
 Creates the builder object of correl shape metric viewer More...
 
unsafe
NXOpen.CAE.ComacViewerBuilder 
CreateComacViewerBuilder ()
 Creates the builder object of correl comac matrix viewer More...
 
unsafe string GetValidSolutionName ()
 Returns next valid correlation solution name More...
 
unsafe NXOpen.CAE.CorrelSolution CloneSolution (NXOpen.CAE.CorrelSolution oldSolution, string suggestedName)
 Clones a correl meta solution More...
 
unsafe NXOpen.CAE.CorrelSolution FindObject (string solutionName)
 Finds a correl meta solution with specified solution name 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...
 
unsafe NXOpen.CAE.CorrelSolution ActiveSolution [get, set]
 Returns or sets the active solution 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

unsafe NXOpen.CAE.CorrelSolution NXOpen.CAE.CorrelSolutionCollection.CloneSolution ( NXOpen.CAE.CorrelSolution  oldSolution,
string  suggestedName 
)

Clones a correl meta solution

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)
Returns
the newly created NXOpen.CAE.CorrelSolution
unsafe NXOpen.CAE.ComacViewerBuilder NXOpen.CAE.CorrelSolutionCollection.CreateComacViewerBuilder ( )

Creates the builder object of correl comac matrix viewer

Created in NX6.0.0

License requirements: nx_correl_base ("FE Correlation")

Returns
unsafe NXOpen.CAE.ShapeMetricViewerBuilder NXOpen.CAE.CorrelSolutionCollection.CreateShapeMetricViewerBuilder ( NXOpen.CAE.CorrelSolution  solution)

Creates the builder object of correl shape metric viewer

Created in NX7.5.0

License requirements: nx_correl_base ("FE Correlation")

Parameters
solutionCorrelation setup
Returns
unsafe NXOpen.CAE.CorrelSolutionBuilder NXOpen.CAE.CorrelSolutionCollection.CreateSolutionBuilder ( NXOpen.CAE.CorrelSolution  solution)

Creates the builder object of correl meta solution

Created in NX5.0.0

License requirements: None.

Parameters
solution
Returns
override int NXOpen.CAE.CorrelSolutionCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAE.CorrelSolution NXOpen.CAE.CorrelSolutionCollection.FindObject ( string  solutionName)

Finds a correl meta solution with specified solution name

Created in NX5.0.0

License requirements: None.

Parameters
solutionNameSolution to be found
Returns
Correlation metasolution found
unsafe string NXOpen.CAE.CorrelSolutionCollection.GetValidSolutionName ( )

Returns next valid correlation solution name

Created in NX5.0.0

License requirements: None.

Returns
a NXOpen.CAE.CorrelSolution valid name
NXOpen.CAE.CorrelSolution [] NXOpen.CAE.CorrelSolutionCollection.ToArray ( )

Returns an array of NXOpen.CAE.CorrelSolution objects.

Property Documentation

unsafe NXOpen.CAE.CorrelSolution NXOpen.CAE.CorrelSolutionCollection.ActiveSolution
getset

Returns or sets the active solution

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

Tag NXOpen.CAE.CorrelSolutionCollection.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.