Class CalculationContext
Inheritance
System.Object
System.MarshalByRefObject
CalculationContext
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 CalculationContext : NXObject, IMessageSink, INXObject
Constructors
CalculationContext()
Declaration
protected CalculationContext()
Properties
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Error(String)
Declaration
public void Error(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Error(String, Int32, String)
Declaration
public void Error(string failureMode, int lcIndex, string message)
Parameters
Type |
Name |
Description |
System.String |
failureMode |
|
System.Int32 |
lcIndex |
|
System.String |
message |
|
Error(String, String, String)
Declaration
public void Error(string failureMode, string loadCase, string message)
Parameters
Type |
Name |
Description |
System.String |
failureMode |
|
System.String |
loadCase |
|
System.String |
message |
|
GetAbbContext()
Declaration
public AbbContext GetAbbContext()
Returns
GetInput(String)
Declaration
public InputParameter GetInput(string inputName)
Parameters
Type |
Name |
Description |
System.String |
inputName |
|
Returns
GetLoadCaseArray(out LoadCase[])
Declaration
public void GetLoadCaseArray(out LoadCase[] lcarray)
Parameters
Type |
Name |
Description |
LoadCase[] |
lcarray |
|
GetOutput(String)
Declaration
public OutputParameter GetOutput(string outputName)
Parameters
Type |
Name |
Description |
System.String |
outputName |
|
Returns
GetOutputMs()
Declaration
public OutputScalar GetOutputMs()
Returns
GetUnit(String)
Declaration
public Unit GetUnit(string unitName)
Parameters
Type |
Name |
Description |
System.String |
unitName |
|
Returns
Log(String)
Declaration
public void Log(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Log(String, Int32, String)
Declaration
public void Log(string failureMode, int lcIndex, string message)
Parameters
Type |
Name |
Description |
System.String |
failureMode |
|
System.Int32 |
lcIndex |
|
System.String |
message |
|
Log(String, String, String)
Declaration
public void Log(string failureMode, string loadCase, string message)
Parameters
Type |
Name |
Description |
System.String |
failureMode |
|
System.String |
loadCase |
|
System.String |
message |
|
Warn(String)
Declaration
public void Warn(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Warn(String, Int32, String)
Declaration
public void Warn(string failureMode, int lcIndex, string message)
Parameters
Type |
Name |
Description |
System.String |
failureMode |
|
System.Int32 |
lcIndex |
|
System.String |
message |
|
Warn(String, String, String)
Declaration
public void Warn(string failureMode, string loadCase, string message)
Parameters
Type |
Name |
Description |
System.String |
failureMode |
|
System.String |
loadCase |
|
System.String |
message |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink