개정판 b0fda6ee
dev issue #000 : fix minor
Change-Id: I59ab314cd2d09d9fa36ec2275ce6a80270fd7b4e
DTI_PID/SPPIDConverter/AutoModeling.cs | ||
---|---|---|
2319 | 2319 |
double y = 0; |
2320 | 2320 |
GetTargetLineConnectorPoint(connector, groupLine, ref x, ref y); |
2321 | 2321 |
if (connector.ConnectedObject == null) |
2322 |
{ |
|
2323 | 2322 |
placeRunInputs.AddPoint(x, y); |
2324 |
} |
|
2325 | 2323 |
else if (connector.ConnectedObject.GetType() == typeof(Symbol)) |
2326 | 2324 |
{ |
2327 | 2325 |
Symbol targetSymbol = connector.ConnectedObject as Symbol; |
... | ... | |
2399 | 2397 |
} |
2400 | 2398 |
} |
2401 | 2399 |
} |
2400 |
else |
|
2401 |
placeRunInputs.AddPoint(x, y); |
|
2402 | 2402 |
} |
2403 | 2403 |
|
2404 | 2404 |
LMConnector _lMConnector = _placement.PIDPlaceRun(_LMAItem, placeRunInputs); |
내보내기 Unified diff