개정판 c146ef30
issue #503: fix typo, add title block props each drawing"
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
1677 | 1677 |
approx = cv2.approxPolyDP(contour, epsilon, True) |
1678 | 1678 |
approx = [pt[0] for pt in approx] |
1679 | 1679 |
item = QEngineeringUnknownItem(approx) |
1680 |
item.area = 'Drawing'
|
|
1680 |
item.ara = 'Drawing' |
|
1681 | 1681 |
diffItems.append(item) |
1682 | 1682 |
# up to here |
1683 | 1683 |
|
내보내기 Unified diff