Refactoring of beam shear calculation, add test for beam shea
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
|
||||
namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
public interface ITraceSectionLogic : ILogic
|
||||
{
|
||||
void TraceSection(IBeamShearSection section);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user