개정판 14154713
dev issue #503 : fix connection loop
Change-Id: I7ba49302341699853f15c1f4c0c9afe32123db7d
DTI_PID/SPPIDConverter/AutoModeling.cs | ||
---|---|---|
1573 | 1573 |
double y2 = 0; |
1574 | 1574 |
symbol2d.Range(out x1, out y1, out x2, out y2); |
1575 | 1575 |
range = new double[] { x1, y1, x2, y2 }; |
1576 |
|
|
1577 |
for (int i = 1; i < 17; i++)
|
|
1576 |
|
|
1577 |
for (int i = 1; i < 30; i++)
|
|
1578 | 1578 |
{ |
1579 | 1579 |
double connX = 0; |
1580 | 1580 |
double connY = 0; |
내보내기 Unified diff