프로젝트

일반

사용자정보

개정판 6025ea51

ID6025ea51b39b721a2417949f858b201ef9037a7e
상위 018ee240
하위 243668f5

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

dev issue #503 : fix validation

Change-Id: I6c1b3a25eb5508718415a252cc508aa60a42e9ff

차이점 보기:

DTI_PID/SPPIDConverter/ConverterDocking.cs
1862 1862
        #region TEST
1863 1863
        private void simpleButton1_Click(object sender, EventArgs e)
1864 1864
        {
1865
            double x1 = double.MaxValue;
1866
            double y1 = double.MaxValue;
1867
            double x2 = double.MinValue;
1868
            double y2 = double.MinValue;
1869
            foreach (DrawingObjectBase item in application.ActiveSelectSet)
1870
            {
1871
                double tx1, ty1, tx2, ty2;
1872
                item.Range(out tx1, out ty1, out tx2, out ty2);
1873
                x1 = Math.Min(x1, tx1);
1874
                y1 = Math.Min(y1, ty1);
1875
                x2 = Math.Max(x2, tx2);
1876
                y2 = Math.Max(y2, ty2);
1877
            }
1878
            return;
1879

  
1865 1880
            //SPPIDUtil.test();
1866 1881
            if (application.ActiveSelectSet.Count == 0)
1867 1882
                return;

내보내기 Unified diff

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