Class TBSOptimizationSolution
Inheritance
System.Object
System.MarshalByRefObject
TBSOptimizationSolution
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class TBSOptimizationSolution : NXObject, IMessageSink, INXObject
Constructors
TBSOptimizationSolution()
Declaration
protected TBSOptimizationSolution()
Properties
Constraints
Declaration
public TBSConstraintCollection Constraints { get; }
Property Value
ControlParameters
Declaration
public TBSOptimizationParameters ControlParameters { get; }
Property Value
DesignArea
Declaration
public TBSDesignArea DesignArea { get; }
Property Value
DesignVariables
Declaration
public TBSDesignVariableCollection DesignVariables { get; }
Property Value
Objectives
Declaration
public TBSObjectives Objectives { get; }
Property Value
OutputControlOptions
Declaration
public TBSOutputControlOptions OutputControlOptions { get; }
Property Value
RestrictAreas
Declaration
public TBSRestrictAreaCollection RestrictAreas { get; }
Property Value
Smoothings
Declaration
public TBSSmoothCollection Smoothings { get; }
Property Value
StopCondition
Declaration
public TBSStopCondition StopCondition { get; }
Property Value
Methods
Destroy(Boolean)
Declaration
public void Destroy(bool deleteResult)
Parameters
Type |
Name |
Description |
System.Boolean |
deleteResult |
|
Find(String)
Declaration
public TaggedObject Find(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
GetIterationNumber()
Declaration
public int GetIterationNumber()
Returns
Type |
Description |
System.Int32 |
|
GetPostResult(Int32, out String)
Declaration
public TBSOptimizationSolution.ResultStatus GetPostResult(int iterationID, out string postResultName)
Parameters
Type |
Name |
Description |
System.Int32 |
iterationID |
|
System.String |
postResultName |
|
Returns
GetSmoothResult(TBSSmooth, out String)
Declaration
[Obsolete("Deprecated in NX8.5.0. Use NXOpen.CAE.Optimization.TBSSmooth.GetResults instead.")]
public TBSOptimizationSolution.ResultStatus GetSmoothResult(TBSSmooth smooth, out string smoothResultName)
Parameters
Type |
Name |
Description |
TBSSmooth |
smooth |
|
System.String |
smoothResultName |
|
Returns
Rename(String, Boolean)
Declaration
public void Rename(string name, bool renameResults)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Boolean |
renameResults |
|
Solve()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink