We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-05-08 12:20 AM - last edited on 2024-05-08 11:40 PM by Laszlo Nagy
Hey,
I have a problem with object from library - basketball court, I need to make it smaller than archicad let me. I tried to make it smaller by changing the scale of it with CTRL + K, but it doesn't work : (
Operating system used: Windows
Solved! Go to Solution.
2024-05-08 03:22 AM - edited 2024-05-08 03:23 AM
If you do not mind doing a small bit of GDL modification; open the object (default(?): ctrl shift o) then go to the Parameter Script and do a search for the word "range". There will probably be a line that says "VALUES "A" RANGE(12.8016, )" or similar and another line for B. Just put an exclaimation mark at the start of each line then save the object to either the embedded library or your desired loaded location. Replace the placed object with your newly modified one and you should be good to go.
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 |
2024-05-08 03:22 AM - edited 2024-05-08 03:23 AM
If you do not mind doing a small bit of GDL modification; open the object (default(?): ctrl shift o) then go to the Parameter Script and do a search for the word "range". There will probably be a line that says "VALUES "A" RANGE(12.8016, )" or similar and another line for B. Just put an exclaimation mark at the start of each line then save the object to either the embedded library or your desired loaded location. Replace the placed object with your newly modified one and you should be good to go.
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 |
2024-05-14 07:23 PM
It's working, thanks a lot!