Logics of accidental eccentricity were separated and tested
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace StructureHelperCommon.Models.Sections.Logics
|
||||
{
|
||||
public interface IRcAccEccentricityLogic : IProcessorLogic<(double ex, double ey)>
|
||||
{
|
||||
double Length { get; set; }
|
||||
double SizeX { get; set; }
|
||||
double SizeY { get; set; }
|
||||
IShiftTraceLogger? TraceLogger { get; set; }
|
||||
|
||||
(double ex, double ey) GetValue();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user