개정판 fe4163b5
update manual
Change-Id: I4093af34988f6c277a803b97a26e91f7186e4b75
DTI_PID/DTI_PID/ImportTextFromCADDialog.py | ||
---|---|---|
1471 | 1471 |
text = text_node.text |
1472 | 1472 |
if not text.replace(' ', '').replace('\n', ''): |
1473 | 1473 |
return |
1474 |
if text == 'PID-1104': |
|
1475 |
print('a') |
|
1474 |
#if text == 'PID-1104':
|
|
1475 |
# print('a')
|
|
1476 | 1476 |
angle = round(float(text_node.attrib['Angle']), 2) |
1477 | 1477 |
if 'IsMirroredInX' in text_node.attrib and text_node.attrib['IsMirroredInX'] == 'True': |
1478 | 1478 |
if abs(math.pi * 0.5 - angle) < 0.01 or abs(math.pi * 1.5 - angle) < 0.01: |
내보내기 Unified diff