프로젝트

일반

사용자정보

개정판 1a3a74a8

ID1a3a74a852f9bc7b336894b94d205a8c5fb1202e
상위 34ec41f5
하위 44c5399a, b65a7e32

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

dev issue #000 : 라벨들 위치 설정가능하게 / 모델링 수정

Change-Id: I69a1eaa92469426c6e329dde3c7f652660f19f56

차이점 보기:

DTI_PID/BaseModel/Model/Document.cs
217 217
                    HEIGHT = item.Element("HEIGHT").Value,
218 218
                    ANGLE = Convert.ToDouble(item.Element("ANGLE").Value),
219 219
                    AREA = item.Element("AREA").Value,
220
                    CONNLINE = item.Element("CONNLINE").Value
220
                    CONNLINE = item.Element("CONNLINE").Value,
221
                    SCENE = item.Element("SCENE").Value
221 222
                };
222 223
                SetLineNumberRuns(item, lineNumber.RUNS);
223 224
                SetProperties(item.Element("PROPERTIES"), lineNumber.PROPERTIES);
......
241 242
                    ANGLE = Convert.ToDouble(item.Element("ANGLE").Value),
242 243
                    WIDTH = item.Element("WIDTH").Value,
243 244
                    HEIGHT = item.Element("HEIGHT").Value,
244
                    AREA = item.Element("AREA").Value
245
                    AREA = item.Element("AREA").Value,
246
                    SCENE = item.Element("SCENE").Value
245 247
                };
246 248

  
247 249
                TEXTINFOS.Add(text);
......
262 264
                    ANGLE = Convert.ToDouble(item.Element("ANGLE").Value),
263 265
                    WIDTH = item.Element("WIDTH").Value,
264 266
                    HEIGHT = item.Element("HEIGHT").Value,
265
                    AREA = item.Element("AREA").Value
267
                    AREA = item.Element("AREA").Value,
268
                    SCENE = item.Element("SCENE").Value
266 269
                };
267 270

  
268 271
                NOTES.Add(note);

내보내기 Unified diff

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