개정판 d6c9d55b
issue #1202: Press Drop 계산 시작...
Change-Id: I5199ca8b8b0ff0343a88b91167e0a699badb220c
HYTOS/HYTOS/Shapes/EngineeringStreamlineItem.py | ||
---|---|---|
60 | 60 |
""" return string represents stream line item """ |
61 | 61 |
return 'Line_{}'.format(self._stream_no.toPlainText()) |
62 | 62 |
|
63 |
@property |
|
64 |
def density(self): |
|
65 |
""" return density """ |
|
66 |
return 1 |
|
67 |
|
|
68 |
@property |
|
69 |
def press_drop(self): |
|
70 |
""" return press drop """ |
|
71 |
return 0 |
|
72 |
|
|
63 | 73 |
def build_connectors(self, connected, pointsUids=None): |
64 | 74 |
""" build connectors for stream line |
65 | 75 |
connected is target connector |
내보내기 Unified diff