8 lines
215 B
C#
8 lines
215 B
C#
namespace StructureHelperCommon.Models.Sections.Logics
|
|
{
|
|
public interface IRcEccentricityAxisLogic : IProcessorLogic<double>
|
|
{
|
|
double Length { get; set; }
|
|
double Size { get; set; }
|
|
}
|
|
} |