We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-04-11 09:43 AM
Hi all,
I have two objects which have all of the same parameters, the only difference is that the second contains only a CALL for the first and returns all relevant parameters. No errors. Yet even though this should make the second act identical to the first, selecting the hotspot on the second gives a value offset a fixed proportion from where you actually selected it...
Ling.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
Solved! Go to Solution.
2022-04-11 10:21 AM
I figured out the culprit, but I am not sure why it is...
I have a line that basically says y = x. Both of these values are returned to the caller. Changing the hotspot parameters references in the following lines to x instead of y has solved the issue. This hotspot set was originally from a different object where y was a fraction of x and I was lazy to change all of the parameter references and instead just removed the fraction at the start.
Ling.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2022-04-11 10:21 AM
I figured out the culprit, but I am not sure why it is...
I have a line that basically says y = x. Both of these values are returned to the caller. Changing the hotspot parameters references in the following lines to x instead of y has solved the issue. This hotspot set was originally from a different object where y was a fraction of x and I was lazy to change all of the parameter references and instead just removed the fraction at the start.
Ling.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |