youshengCode / IfcToolbox

Simple tools for processing IFC files. Optimize, convert, split, relocate and anonymize IFC files easily.
GNU General Public License v3.0
86 stars 14 forks source link

Problems with negative values in rotating models tool #8

Open FelipeSatS opened 2 years ago

FelipeSatS commented 2 years ago

When I try to insert a negative value in "Rotation of axis X", the field returns NAN. The tool works well, it rotates my model just as I want, but the value does not appear on the field.

youshengCode commented 2 years ago

@FelipeSatS Sorry about the late reply. I have checked the code. You are right. I'm using a regex formula for ensuring the value of the textbox only contains numbers. But I forgot the negative symbol check. Thanks for your feedback, I will definitely add it in the next release.

ArjanPeeters commented 10 months ago

Hi, i just stumbled upon your tool. Really like it! But i would also like to be able to displace models with a negative number (downwards). Is there going to be a release?