Change shear calculator add crack export to excel
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
{
|
||||
public interface ICrackResult : IResult
|
||||
{
|
||||
List<ITupleCrackResult> TupleResults { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user