Anpassung auf 3 Nachkommastellen
This commit is contained in:
@@ -22,9 +22,9 @@ def read_custom_properties(par_path):
|
||||
value = variable.Value
|
||||
|
||||
if name == 'Mittiges_Koordinatensystem_X_Translation':
|
||||
breite = round(value*2000, 1)
|
||||
breite = round(value*2000, 3)
|
||||
elif name == 'Mittiges_Koordinatensystem_Y_Translation':
|
||||
hoehe = round(value*2000, 1)
|
||||
hoehe = round(value*2000, 3)
|
||||
|
||||
doc.Close(False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user