Add extended force tuple result
This commit is contained in:
13
StructureHelperCommon/Models/States/IStateCalcTermPair.cs
Normal file
13
StructureHelperCommon/Models/States/IStateCalcTermPair.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using StructureHelperCommon.Infrastructures.Enums;
|
||||
|
||||
namespace StructureHelperCommon.Models.States
|
||||
{
|
||||
/// <summary>
|
||||
/// Implements pair of limit state and calculeation term
|
||||
/// </summary>
|
||||
public interface IStateCalcTermPair
|
||||
{
|
||||
LimitStates LimitState { get; set; }
|
||||
CalcTerms CalcTerm { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user