Label Room, Label Faces text heigh change not working

At honeybee Label Room, Label Faces test heigh change not working.

Is this bug? or I am missing something here?



textheight.3dm (37.7 KB)
textheight.gh (21.0 KB)

Thanks guys!

Hey @Jae,

I had the same problem, and I think this comes down to the size of the model, but I found a workaround that helped me.

If you open the code of HB Label Rooms there is the part that specifies text height and I found that if you bump it a bit, you can increase the text height.

It stands at 0.25, so if you just change it to 0.5 it should double the max size

1 Like

Thanks for posting the solution here, @Hristo .

You are right that I put a hard limit on the maximum text size that you see there. If you go above that, the graphic typically becomes unreadable so the intention of the _txt_height_ input was just to tweak the txt height in the range smaller than that.

But, if you really need to change it to push the limits, editing that line of source code is always an option.

2 Likes