Add FunctionMaterialLogic and FunctionMaterialUpdateStrategy, run function material "Show diagram".

This commit is contained in:
Иван Ивашкин
2025-02-12 20:44:12 +05:00
parent 4ec3ef25fb
commit e0acca2e36
6 changed files with 88 additions and 8 deletions

View File

@@ -108,7 +108,7 @@ namespace StructureHelperLogics.Models.Materials
private static IHeadMaterial GetFunction()
{
var material = new HeadMaterial();
material.HelperMaterial = new
material.HelperMaterial = new ReinforcementLibMaterial();
return material;
}
}