Add beam shear calculator view
This commit is contained in:
@@ -8,7 +8,6 @@ namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
public interface IHasBeamShearSections
|
||||
{
|
||||
List<IBeamShearSection> ShearSections { get; }
|
||||
void DeleteSection(IBeamShearSection section);
|
||||
List<IBeamShearSection> Sections { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user