LinePrimitive and RectanglePrimitive was added
This commit is contained in:
7
StructureHelperCommon/Models/Shapes/PointShape.cs
Normal file
7
StructureHelperCommon/Models/Shapes/PointShape.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace StructureHelperCommon.Models.Shapes
|
||||
{
|
||||
public class PointShape : IPoint
|
||||
{
|
||||
public double Area { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user