Добавлены сервисы CalculationService, PrimitiveService, Common-сборка с типами
Необходимо реализовать в дальнейшем GetInnerPoints в PrimitiveService
This commit is contained in:
7
StructureHelperCommon/Models/Shapes/Point.cs
Normal file
7
StructureHelperCommon/Models/Shapes/Point.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace StructureHelperCommon.Models.Shapes
|
||||
{
|
||||
public class Point : IPoint
|
||||
{
|
||||
public double Area { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user