Analisys manager window was added
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using StructureHelperLogics.NdmCalculations.Primitives;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
{
|
||||
public interface IRebarStressResultLogic : ILogic
|
||||
{
|
||||
IRebarCrackInputData RebarCrackInputData { get; set; }
|
||||
IRebarPrimitive RebarPrimitive { get; set; }
|
||||
|
||||
IRebarStressResult GetRebarStressResult();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user