Tuple crack calculator was changed
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using LoaderCalculator.Data.Ndms;
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -7,7 +8,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
{
|
||||
public interface IAverageDiameterLogic
|
||||
public interface IAverageDiameterLogic : ILogic
|
||||
{
|
||||
IEnumerable<RebarNdm> Rebars { get; set; }
|
||||
double GetAverageDiameter();
|
||||
|
||||
Reference in New Issue
Block a user