프로젝트

일반

사용자정보

개정판 d9794a6c

IDd9794a6cdd09dea15f3564c911c4032d28bb7468
상위 3b2d7bd8
하위 1a591b2e

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

dev issue #1163 : overlap symbol remodeling

Change-Id: I00cd01da3731196836242712e7cf970a7071f071

차이점 보기:

DTI_PID/SPPIDConverter/SPPIDModel/GridSetting.cs
18 18
        public GridUnit Unit { get; set; }
19 19
        public int MinSymbolGridCellCount { get; set; }
20 20
        public int DrainValveCellCount { get; set; }
21
        public double Length { get; set; }
21 22

  
22 23
        public static GridSetting GetInstance()
23 24
        {
24 25
            if (setting == null)
25 26
                setting = new GridSetting();
26 27

  
28
            if (setting.Unit == GridUnit.Inch)
29
            {
30
                setting.Length = setting.Density * 0.0254;
31
            }
32

  
27 33
            return setting;
28 34
        }
29 35

  

내보내기 Unified diff

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