프로젝트

일반

사용자정보

개정판 f1c9dbaa

IDf1c9dbaa013712d490f6dc2447174205610e4966
상위 7af9b30c
하위 33ed83c7, 809a7640

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

dev issue #000 : ID2 Line Number 기준 모델링 및 Equipment, EndBreak 구별

Change-Id: Ifd40906e19bbee1579306fb7620cc739d4268916

차이점 보기:

DTI_PID/SPPIDConverter/ConverterForm.cs
38 38
        private DataTable _ID2LineDT = new DataTable();
39 39
        private DataTable _ID2AssociationDT = new DataTable();
40 40
        private DataTable _ID2LinePropertyDT = new DataTable();
41
        private DataTable _ID2SymbolTypeDT = new DataTable();
42

  
41 43

  
42 44
        private List<SymbolMapping> symbolMappings = new List<SymbolMapping>();
43 45
        private List<LineMapping> lineMappings = new List<LineMapping>();
......
110 112
            gridViewConverter.BestFitColumns();
111 113
            #endregion
112 114
        }
115

  
113 116
        private void templateComboBox_EditValueChanged(object sender, EventArgs e)
114 117
        {
115 118
            gridViewConverter.CloseEditor();
......
431 434
            document.LineNumberMappings = lineNumberMappings;
432 435
            document.AssociationMappings = associationMappings;
433 436
            document.ETCSetting = ETCSetting.GetInstance();
437

  
434 438
            document.SetSPPIDInfo();
435 439

  
436 440
            if (document.SetSPPIDMapping())
......
471 475

  
472 476
        private void btnItemMapping_Click(object sender, EventArgs e)
473 477
        {
474
#if DEBUG
475
            SPPID_Document document = new SPPID_Document(@"Z:\HanKyouHo\temp\Isocynates\Temp\zIsocynates-325_Page75.xml");
476
            document.SymbolMappings = symbolMappings;
477
            document.LineMappings = lineMappings;
478
            document.LineNumberMappings = lineNumberMappings;
479
            document.AssociationMappings = associationMappings;
480
            document.ETCSetting = ETCSetting.GetInstance();
481
            document.SetSPPIDInfo();
482

  
483
            if (document.SetSPPIDMapping())
484
            {
485
                AutoModeling modeling = new AutoModeling(document);
486
                modeling.Run();
487
            }
488
            
489
            return;
490
#endif
491

  
492 478
            Project_Info _ProjectInfo = Project_Info.GetInstance();
493 479
            if (!_ProjectInfo.Enable)
494 480
            {

내보내기 Unified diff

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