BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Wishes
Post your wishes about Graphisoft products: Archicad, BIMx, BIMcloud, and DDScad.

Object's parameters accessible without opening dialog

Anonymous
Not applicable
That would save a lot of time to skip opening GDL object's dialog for adjusting some parameter.
Some parameters could be chosen to be directly accessible from a "properties" toolbar.
5 REPLIES 5
Hello,

Did you try to uncheck the red crosses in front of the parameters you want to see in object properties ?

Christophe - FRANCE
Archicad Designer and Teacher
Archicad 15 to 27 FRA FULL

OS 11.6 Big Sur - MacBook Pro 2017 - 16Go RAM
"Quality is never an accident ; it's always the result of an intelligent effort" John Ruskin
Lingwisyer
Guru
If you define one of your parameters to one of the default blue parameters, you can use the input boxes they create on the tool bar to modify your object. I have only used A, B and ZZYZX, but the others should work too. You need to use a glob_modpar_name command to get them to update each other unless you are using them directly.



Ling.

AC22-23 AUS 7000Help Those Help You - Add a Signature
Self-taught, bend it till it breaksCreating a Thread
Win11 | i9 10850K | 64GB | RX6600 Win10 | R5 2600 | 16GB | GTX1660
Laszlo Nagy
Community Admin
Community Admin
I think Olivier would like the parameters of GDL Object to be accessible from the Info Box or similar, so he would not have to click to enter the Object Settings Dialog, find the parameter to be able to modify it.
Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac27
Daniel Kovacs
Graphisoft Alumni
Graphisoft Alumni
Hi,

A lot of the settings are actually graphically editable by the pink/purple hotspots in objects (once you click them, you can even input exact values). It doesn't work for every parameter but that let's you edit certain parameters without opening the settings. Just a tip.

Regards,
Daniel Alexander Kovacs

Professional Services Consultant

GRAPHISOFT



For Troubleshooting and useful Tips & Tricks visit
Lingwisyer
Guru
PARAMETERS ZZYZX = ProLengthT

If GLOB_MODPAR_NAME = "ProWidth" then
		A = ProWidth
		PARAMETERS A = A
endif

If GLOB_MODPAR_NAME = "ProDia" then
		B = ProDia
		PARAMETERS B = B
endif

If GLOB_MODPAR_NAME = "ProHeight" then
		B = ProHeight
		PARAMETERS B = B
endif

If GLOB_MODPAR_NAME = "A" then
		ProWidth = A
		PARAMETERS ProWidth = ProWidth
endif

If GLOB_MODPAR_NAME = "B" then
		ProHeight = B
		ProDia = B
		PARAMETERS ProHeight = ProHeight
		PARAMETERS ProDia = ProDia
endif

If GLOB_MODPAR_NAME = "rafPro" | GLOB_MODPAR_NAME = "myProfileIdx" then
		A = ProWidth
		PARAMETERS A = A
		PARAMETERS ProWidth = ProWidth
		B = ProHeight
		PARAMETERS B = B
		PARAMETERS ProHeight = ProHeight
endIf


Adding Hotspots as Daniel suggested is really convenient to the end user, but depending on the number of Hotspots, it can be a fair bit of scripting. One of my objects has 300 lines in the 2D Script and another 250 lines in the 3D Script dedicated purely to Hotspots. Though That includes line breaks which I have between each Hotspot for readability.




Ling

AC22-23 AUS 7000Help Those Help You - Add a Signature
Self-taught, bend it till it breaksCreating a Thread
Win11 | i9 10850K | 64GB | RX6600 Win10 | R5 2600 | 16GB | GTX1660
Learn and get certified!