Add converting primitives and calculators
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using StructureHelperCommon.Models.Forces;
|
||||
|
||||
namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
{
|
||||
public interface IHasForceActions
|
||||
{
|
||||
/// <summary>
|
||||
/// Collection of force actions
|
||||
/// </summary>
|
||||
List<IForceAction> ForceActions { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user