개정판 e5da13c6
dev issue #000 : Fail Modeling Log 준비
Change-Id: I23ed8c9fdb7c83fb9d602c45c759b062f90a346d
DTI_PID/SPPIDConverter/AutoModeling.cs | ||
---|---|---|
376 | 376 |
{ |
377 | 377 |
EndBreakModeling(item); |
378 | 378 |
SplashScreenManager.Default.SendCommand(SPPIDSplashScreen.SplashScreenCommand.UpProgress, null); |
379 |
if (string.IsNullOrEmpty(item.SPPID.RepresentationId)) |
|
380 |
Log.Write("Fail modeling endbreak UID : " + item.UID); |
|
381 | 379 |
} |
382 | 380 |
catch (Exception ex) |
383 | 381 |
{ |
... | ... | |
396 | 394 |
{ |
397 | 395 |
SpecBreakModeling(item); |
398 | 396 |
SplashScreenManager.Default.SendCommand(SPPIDSplashScreen.SplashScreenCommand.UpProgress, null); |
399 |
if (string.IsNullOrEmpty(item.SPPID.RepresentationId)) |
|
400 |
Log.Write("Fail modeling specbreak UID : " + item.UID); |
|
401 | 397 |
} |
402 | 398 |
catch (Exception ex) |
403 | 399 |
{ |
... | ... | |
1512 | 1508 |
foreach (var item in childSymbol.ChildSymbols) |
1513 | 1509 |
CreateChildSymbol(item, _LMSymbol, parent); |
1514 | 1510 |
} |
1515 |
else |
|
1516 |
Log.Write("Fail Child Symbol Modeling UID : " + parent.UID); |
|
1517 | 1511 |
|
1518 | 1512 |
|
1519 | 1513 |
ReleaseCOMObjects(_LMSymbol); |
내보내기 Unified diff