Extract sum shear force logic
This commit is contained in:
13
StructureHelperCommon/Models/Forces/Logics/IGetLoadFactor.cs
Normal file
13
StructureHelperCommon/Models/Forces/Logics/IGetLoadFactor.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using StructureHelperCommon.Infrastructures.Enums;
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
|
||||
namespace StructureHelperCommon.Models.Forces
|
||||
{
|
||||
/// <summary>
|
||||
/// Implements logic for calculating factor of load
|
||||
/// </summary>
|
||||
public interface IGetLoadFactor
|
||||
{
|
||||
double GetFactor();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user