Beam shear load views have been created;

This commit is contained in:
Evgeny Redikultsev
2025-03-15 21:22:03 +05:00
parent 382ff6ed36
commit e5d33351e2
39 changed files with 765 additions and 42 deletions

View File

@@ -20,5 +20,10 @@ namespace DataAccess.DTOs
{
Id = id;
}
public object Clone()
{
throw new NotImplementedException();
}
}
}

View File

@@ -35,7 +35,7 @@ namespace DataAccess.DTOs
{
get
{
return new FactoredCombinationProperty()
return new FactoredCombinationProperty(Guid.NewGuid())
{
CalcTerm = CalcTerm,
LimitState = LimitState,