Fixed error in SmallestXCoordinate method
This commit is contained in:
@@ -92,7 +92,6 @@ namespace ExportDXF
|
|||||||
|
|
||||||
public static Bend SmallestXCoordinate(IList<Bend> bends)
|
public static Bend SmallestXCoordinate(IList<Bend> bends)
|
||||||
{
|
{
|
||||||
return bends.Min(b => b.X);
|
|
||||||
double dist = double.MaxValue;
|
double dist = double.MaxValue;
|
||||||
int index = -1;
|
int index = -1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user