Add extended force tuple result
This commit is contained in:
13
StructureHelperCommon/Models/States/StateCalcTermPair.cs
Normal file
13
StructureHelperCommon/Models/States/StateCalcTermPair.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using StructureHelperCommon.Infrastructures.Enums;
|
||||
|
||||
namespace StructureHelperCommon.Models.States
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public class StateCalcTermPair : IStateCalcTermPair
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public LimitStates LimitState { get; set; }
|
||||
/// <inheritdoc/>
|
||||
public CalcTerms CalcTerm { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user