Limit curve vindow was changed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using StructureHelperCommon.Models.Shapes;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Analyses.ByForces.LimitCurve.Factories
|
||||
{
|
||||
public interface IGetPredicateLogic
|
||||
{
|
||||
Predicate<IPoint2D> GetPredicate();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user