Add value diagram windows and view models
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperCommon.Models.Shapes
|
||||
{
|
||||
public interface IGetPointListByRange
|
||||
{
|
||||
int StepNumber { get; set; }
|
||||
List<IPoint2D> GetPoints(IPoint2DRange range);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user