Material logic was changed
This commit is contained in:
@@ -23,6 +23,9 @@ namespace StructureHelperLogics.Models.Materials
|
||||
public ILibMaterialEntity MaterialEntity { get; set; }
|
||||
|
||||
public List<IMaterialSafetyFactor> SafetyFactors { get; }
|
||||
public IMaterialLogic MaterialLogic { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
||||
|
||||
public List<IMaterialLogic> MaterialLogics => throw new NotImplementedException();
|
||||
|
||||
public LibMaterial(MaterialTypes materialType, CodeTypes codeType, string name, double mainStrength)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user