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