개정판 c9a4db3a
dev issue #507 : Line 순서변경
Change-Id: I05ff0ec9932e6b77b727112aa2178fc58d246e95
DTI_PID/SPPIDConverter/AutoModeling.cs | ||
---|---|---|
1177 | 1177 |
|
1178 | 1178 |
_LMAItem _LMAItem = _placement.PIDCreateItem(sppidLine); |
1179 | 1179 |
PlaceRunInputs placeRunInputs = new PlaceRunInputs(); |
1180 |
placeRunInputs.AddSymbolTarget(_TargetItem, lineX, lineY); |
|
1181 | 1180 |
placeRunInputs.AddPoint(-1, -1); |
1181 |
placeRunInputs.AddSymbolTarget(_TargetItem, lineX, lineY); |
|
1182 | 1182 |
tempConnector = _placement.PIDPlaceRun(_LMAItem, placeRunInputs); |
1183 | 1183 |
if (tempConnector != null) |
1184 | 1184 |
tempConnector.Commit(); |
내보내기 Unified diff