Impliment IOneVaribleFunction to delegate

This commit is contained in:
Иван Ивашкин
2025-02-15 19:20:52 +05:00
parent e0acca2e36
commit 68a1e62c18
6 changed files with 24 additions and 20 deletions

View File

@@ -108,7 +108,7 @@ namespace StructureHelperLogics.Models.Materials
private static IHeadMaterial GetFunction()
{
var material = new HeadMaterial();
material.HelperMaterial = new ReinforcementLibMaterial();
material.HelperMaterial = new FunctionMaterial() { Modulus = 2e11d, CompressiveStrength = 4e8d, TensileStrength = 4e8d };
return material;
}
}