Add steel material saving

This commit is contained in:
Evgeny Redikultsev
2025-12-20 21:32:02 +05:00
parent 68b15682bb
commit 7e82e5ee9d
47 changed files with 1160 additions and 381 deletions

View File

@@ -14,5 +14,9 @@ namespace StructureHelperCommon.Models.Materials.Libraries
public bool WorkInCompression { get; set; } = true;
public bool WorkInTension { get; set; } = true;
public double MaxPlasticStrainRatio { get; set; }
public double UlsFactor { get; set; }
public double SlsFactor { get; set; }
public double ThicknessFactor { get; set; }
public double WorkConditionFactor { get; set; }
}
}