Circle Primitive Added
This commit is contained in:
7
StructureHelperCommon/Models/Shapes/ICircleShape.cs
Normal file
7
StructureHelperCommon/Models/Shapes/ICircleShape.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace StructureHelperCommon.Models.Shapes
|
||||
{
|
||||
public interface ICircleShape : IShape
|
||||
{
|
||||
double Diameter { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user