Class BaseSolution
Inheritance
System.Object
System.MarshalByRefObject
BaseSolution
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)
Namespace: NXOpen.CAE.AeroStructures
Assembly: NXOpen.dll
Syntax
public class BaseSolution : NXObject, IMessageSink, IReportCollection, INXObject
Constructors
BaseSolution()
Declaration
protected BaseSolution()
Properties
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
LoadCaseCollection
Declaration
public LoadCaseCollection LoadCaseCollection { get; }
Property Value
Type | Description |
---|---|
LoadCaseCollection |
LoadCaseSetCollection
Declaration
public LoadCaseSetCollection LoadCaseSetCollection { get; }
Property Value
Type | Description |
---|---|
LoadCaseSetCollection |
ReferenceSolution
Declaration
public SimSolution ReferenceSolution { get; }
Property Value
Type | Description |
---|---|
SimSolution |
Methods
CreateReport(String, String, Boolean)
Declaration
public Report CreateReport(string templateFile, string reportName, bool listError)
Parameters
Type | Name | Description |
---|---|---|
System.String | templateFile | |
System.String | reportName | |
System.Boolean | listError |
Returns
Type | Description |
---|---|
Report |
GetReports(out Report[])
Declaration
public void GetReports(out Report[] pReports)
Parameters
Type | Name | Description |
---|---|---|
Report[] | pReports |
Rename(String)
Declaration
public void Rename(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Solve(BaseCalculation[])
Declaration
public void Solve(BaseCalculation[] calculations)
Parameters
Type | Name | Description |
---|---|---|
BaseCalculation[] | calculations |
SolveAll()
Declaration
public void SolveAll()
Implements
System.Runtime.Remoting.Messaging.IMessageSink