User data for cracks were added

This commit is contained in:
Evgeny Redikultsev
2024-05-18 15:51:59 +05:00
parent b32a7ce7df
commit 845929406e
31 changed files with 925 additions and 175 deletions

View File

@@ -13,7 +13,8 @@ namespace StructureHelperLogics.NdmCalculations.Cracking
{
public class RebarCrackInputData : IInputData
{
public IEnumerable<INdm> NdmCollection { get; set; }
public IEnumerable<INdm> CrackableNdmCollection { get; set; }
public IEnumerable<INdm> CrackedNdmCollection { get; set; }
public ForceTuple ForceTuple { get; set; }
public double Length { get; set; }
}