Fix BeamShearCalculatorLogic
This commit is contained in:
@@ -10,7 +10,9 @@ namespace StructureHelperLogics.Models.BeamShears
|
||||
public class BeamShearSectionLogicInputData : IBeamShearSectionLogicInputData
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public IBeamShearSection BeamShearSection { get; set; }
|
||||
public Guid Id { get; }
|
||||
/// <inheritdoc/>
|
||||
public IInclinedSection InclinedSection { get; set; }
|
||||
/// <inheritdoc/>
|
||||
public IStirrup Stirrup { get; set; }
|
||||
/// <inheritdoc/>
|
||||
@@ -20,5 +22,10 @@ namespace StructureHelperLogics.Models.BeamShears
|
||||
/// <inheritdoc/>
|
||||
public IForceTuple ForceTuple { get; set; }
|
||||
|
||||
public BeamShearSectionLogicInputData(Guid id)
|
||||
{
|
||||
Id = id;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user