개정판 f9eba687
dev issue #507 : add log
Change-Id: I02635ca22972769a526b94b6cad0d84416cb932b
DTI_PID/SPPIDConverter/AutoModeling.cs | ||
---|---|---|
2457 | 2457 |
} |
2458 | 2458 |
ReleaseCOMObjects(targetLMConnector); |
2459 | 2459 |
} |
2460 |
else |
|
2461 |
{ |
|
2462 |
Log.Write("End Break UID : " + endBreak.UID); |
|
2463 |
Log.Write("Can't find targetLMConnector"); |
|
2464 |
} |
|
2460 | 2465 |
} |
2461 | 2466 |
|
2462 | 2467 |
private LMConnector ReModelingZeroLengthLMConnectorForSegment(LMConnector connector, string changeSymbolPath = null) |
... | ... | |
2582 | 2587 |
} |
2583 | 2588 |
ReleaseCOMObjects(targetLMConnector); |
2584 | 2589 |
} |
2590 |
else |
|
2591 |
{ |
|
2592 |
Log.Write("Spec Break UID : " + specBreak.UID); |
|
2593 |
Log.Write("Can't find targetLMConnector"); |
|
2594 |
} |
|
2585 | 2595 |
} |
2586 | 2596 |
} |
2587 | 2597 |
|
... | ... | |
2723 | 2733 |
Line connLine = connObj as Line; |
2724 | 2734 |
Symbol connSymbol = connObj as Symbol; |
2725 | 2735 |
|
2726 |
double zeroLengthMove = 0;//GridSetting.GetInstance().Length * 3;
|
|
2727 |
double lineMove = 0;//GridSetting.GetInstance().Length * 3;
|
|
2736 |
double zeroLengthMove = GridSetting.GetInstance().Length * 3; |
|
2737 |
double lineMove = GridSetting.GetInstance().Length * 3; |
|
2728 | 2738 |
if (Convert.ToBoolean(targetConnector.get_IsZeroLength())) |
2729 | 2739 |
{ |
2730 | 2740 |
result = GetConnectorVertices(targetConnector)[0]; |
내보내기 Unified diff