Add extended force tuple result
This commit is contained in:
15
StructureHelperCommon/Models/Shapes/IPoint2DRange.cs
Normal file
15
StructureHelperCommon/Models/Shapes/IPoint2DRange.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperCommon.Models.Shapes
|
||||
{
|
||||
public interface IPoint2DRange : ISaveable
|
||||
{
|
||||
IPoint2D StartPoint { get; set; }
|
||||
IPoint2D EndPoint { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user