Add curvature calculator DTOs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
{
|
||||
public interface IIsSectionCracked : ILogic
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns result of checking of cracks appearence
|
||||
/// </summary>
|
||||
/// <returns>True if Checked collectition contains cracked elements</returns>
|
||||
bool IsSectionCracked();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user