프로젝트

일반

사용자정보

개정판 e5da13c6

IDe5da13c66bb2a01c832e592bffe57a513a71553d
상위 24b5276c
하위 30ba9ae0

gaqhf 이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)