Add check logics for beam shear
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using StructureHelperCommon.Infrastructures.Enums;
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
using StructureHelperCommon.Models.Forces;
|
||||
|
||||
namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
public interface IDirectShearForceLogicInputData : IInputData
|
||||
{
|
||||
IBeamShearAction BeamShearAction { get; set; }
|
||||
CalcTerms CalcTerm { get; set; }
|
||||
IInclinedSection InclinedSection { get; set; }
|
||||
LimitStates LimitState { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user