Add beam shear calculator view
This commit is contained in:
@@ -12,7 +12,6 @@ namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
/// </summary>
|
||||
public interface IHasBeamShearActions
|
||||
{
|
||||
List<IBeamShearAction> BeamShearActions { get; }
|
||||
void DeleteAction(IBeamShearAction action);
|
||||
List<IBeamShearAction> Actions { get; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,10 +47,10 @@ namespace StructureHelperCommon.Models.Forces.BeamShearActions
|
||||
|
||||
private static void SetExternalForceFactors(IFactoredCombinationProperty combinationProperty)
|
||||
{
|
||||
combinationProperty.CalcTerm = CalcTerms.ShortTerm;
|
||||
combinationProperty.LimitState = LimitStates.ULS;
|
||||
combinationProperty.CalcTerm = CalcTerms.ShortTerm;
|
||||
combinationProperty.LongTermFactor = 1;
|
||||
combinationProperty.ULSFactor = 1;
|
||||
combinationProperty.ULSFactor = 1.2;
|
||||
}
|
||||
|
||||
private static void SetAction(IBeamShearAxisAction beamShearAxisAction, double supportForce)
|
||||
|
||||
Reference in New Issue
Block a user