개정판 1a3a74a8
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