Add curvature calculator DTOs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Analyses.Curvatures
|
||||
{
|
||||
public interface ICurvatureTermCalculator : ILogicCalculator
|
||||
{
|
||||
ICurvatureTermCalculatorInputData InputData { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user