개정판 f4880c6a
dev issue #000 : Line Number ConnLIne 적용으로 제일 가까운 Connector에 Label 생성
Change-Id: I935bb062697fba65c796f2174b23fa8af54657a5
DTI_PID/BaseModel/Model/Document.cs | ||
---|---|---|
217 | 217 |
WIDTH = item.Element("WIDTH").Value, |
218 | 218 |
HEIGHT = item.Element("HEIGHT").Value, |
219 | 219 |
ANGLE = Convert.ToDouble(item.Element("ANGLE").Value), |
220 |
AREA = item.Element("AREA").Value |
|
220 |
AREA = item.Element("AREA").Value, |
|
221 |
CONNLINE = item.Element("CONNLINE").Value |
|
221 | 222 |
}; |
222 | 223 |
SetLineNumberRuns(item, lineNumber.RUNS); |
223 | 224 |
SetProperties(item.Element("PROPERTIES"), lineNumber.PROPERTIES); |
내보내기 Unified diff