Logics of accidental eccentricity were separated and tested
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace StructureHelperCommon.Models.Sections.Logics
|
||||
{
|
||||
public interface IRcEccentricityAxisLogic : IProcessorLogic<double>
|
||||
{
|
||||
double Length { get; set; }
|
||||
double Size { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user