Add Safety FactorConverter
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using LoaderCalculator.Data.Materials.MaterialBuilders;
|
||||
using StructureHelperCommon.Infrastructures.Enums;
|
||||
using StructureHelperCommon.Infrastructures.Exceptions;
|
||||
using System;
|
||||
|
||||
namespace StructureHelperCommon.Models.Materials
|
||||
{
|
||||
@@ -12,6 +13,7 @@ namespace StructureHelperCommon.Models.Materials
|
||||
private ConcreteLogicOptions options;
|
||||
|
||||
|
||||
public Guid Id { get; private set; }
|
||||
public string Name { get; set; }
|
||||
public IMaterialLogicOptions Options
|
||||
{
|
||||
@@ -29,6 +31,11 @@ namespace StructureHelperCommon.Models.Materials
|
||||
public MaterialTypes MaterialType { get; set; }
|
||||
public DiagramType DiagramType { get; set; }
|
||||
|
||||
public ConcreteCurveLogic(Guid id)
|
||||
{
|
||||
Id = id;
|
||||
}
|
||||
|
||||
public IMaterial GetLoaderMaterial()
|
||||
{
|
||||
GetLoaderOptions();
|
||||
|
||||
Reference in New Issue
Block a user