This commit is contained in:
Milovann Yanatchkov 2024-02-03 19:52:33 +01:00
parent 9ba463fdef
commit 2ddff31e98

View file

@ -60,7 +60,7 @@ def create(name,objects):
run("aggregate.assign_object", model, relating_object=building, product=storey) run("aggregate.assign_object", model, relating_object=building, product=storey)
if True: if True:
f = 5 f = 10
l = random.random() * 5 * f l = random.random() * 5 * f
h = random.random() * 3 * f h = random.random() * 3 * f
t = random.random() * 0.2 * f t = random.random() * 0.2 * f