프로젝트

일반

사용자정보

개정판 9bcb092b

ID9bcb092b396b9c7f99109ef41f4f77cbb1a1b282
상위 89dacbc6
하위 7aee331b

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

dev issue #000 : minor

Change-Id: I49b864ec878ee27a7d46a6d31db2d3bd324ac419

차이점 보기:

DTI_PID/SPPIDConverter/AutoModeling.cs
107 107
                    // SpecBreak Modeling
108 108
                    RunSpecBreakModeling();
109 109

  
110
                    
111

  
112

  
113
                    
114
                    
115

  
116

  
117 110
                    //// LineNumber Modeling
118
                    //SplashScreenManager.Default.SendCommand(SPPIDSplashScreen.SplashScreenCommand.SetStep, "LineNumbers Modeling");
119
                    //foreach (var item in document.LINENUMBERS)
120
                    //    try
121
                    //    {
122
                    //        LineNumberModeling(item);
123
                    //    }
124
                    //    catch (Exception ex)
125
                    //    {
126
                    //        Log.Write("Error in LineNumberModeling");
127
                    //        Log.Write("UID : " + item.UID);
128
                    //        Log.Write(ex.Message);
129
                    //        Log.Write(ex.StackTrace);
130
                    //    }
131

  
111
                    //RunLineNumberModeling();
132 112

  
133 113
                    //// FlowMark Modeling
134 114
                    //SplashScreenManager.Default.SendCommand(SPPIDSplashScreen.SplashScreenCommand.SetStep, "Flow Mark Modeling");
......
539 519
                }
540 520
        }
541 521

  
522
        private void RunLineNumberModeling()
523
        {
524
            SplashScreenManager.Default.SendCommand(SPPIDSplashScreen.SplashScreenCommand.SetStep, "LineNumbers Modeling");
525
            foreach (var item in document.LINENUMBERS)
526
                try
527
                {
528
                    LineNumberModeling(item);
529
                }
530
                catch (Exception ex)
531
                {
532
                    Log.Write("Error in LineNumberModeling");
533
                    Log.Write("UID : " + item.UID);
534
                    Log.Write(ex.Message);
535
                    Log.Write(ex.StackTrace);
536
                }
537
        }
538

  
542 539
        /// <summary>
543 540
        /// 도면 생성 메서드
544 541
        /// </summary>
DTI_PID/SPPIDConverter/SPPIDConverter.csproj
5 5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 7
    <ProjectGuid>{81BFB56B-05FE-4674-93C5-DDB2D3437F77}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
8
    <OutputType>Library</OutputType>
9 9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10 10
    <RootNamespace>Converter.SPPID</RootNamespace>
11 11
    <AssemblyName>SPPIDConverter</AssemblyName>

내보내기 Unified diff

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