Add converting primitives and calculators
This commit is contained in:
@@ -15,6 +15,8 @@ namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
public Dictionary<(Guid id, Type type), ISaveable> ReferenceDictionary { get; set; }
|
||||
public IShiftTraceLogger TraceLogger { get; set; }
|
||||
|
||||
public T NewItem { get; set; }
|
||||
|
||||
public virtual T Convert(V source)
|
||||
{
|
||||
try
|
||||
|
||||
@@ -3,7 +3,7 @@ using StructureHelperCommon.Models.Forces;
|
||||
|
||||
namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
{
|
||||
public interface IHasForceCombinations
|
||||
public interface IHasForceActions
|
||||
{
|
||||
/// <summary>
|
||||
/// Collection of force actions
|
||||
Reference in New Issue
Block a user