Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Display the GLOB_INTGUID of doors/windows in the d/w-marker

Anonymous
Not applicable
Hello folks,

how can I modify the door-/window-marker so it shows the internal GUID (see GLOB_INTGUID) of the door or the windows the marker belongs to.
I only found "ac_wido_id" in the marker-parameters, but nothing to display the GUID of the associated door/window.
If there exist no global-parameter or similar, is there a kind of "request"-code, which can do the job?

Hope you can help me solving this question...

Yours,
Klaus
6 REPLIES 6
Anonymous
Not applicable
Hello dear friends,

I still (or again) have to deal with the GUID of windows and doors and I have to display the Element GUID in the door/window stamp (marker)

...so I push my question up - thank you for your help

Yours,
Klaus
Barry Kelly
Moderator
You just have to use ..

TEXT2 0,0, GLOB_INTGUID

in you marker script.

But do you really want to see a 32 character code for each door and window?

Barry.
One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Anonymous
Not applicable
Thank you Barry for your reply, but it is not that easy...

Your solution display the INT-GUID of the marker-object - the window-GUID is not shown...

I need a solution which "show the INT-GUID of the parent-object of the marker-object"

---

no worry about the "ugly 32 digit nummber" - this is needed for automatic data migration to a system with uses DXF-BLOCKS....
won't be displayed on plans or graphics...

Please, help me showing that ARCHICAD can manage this purpose as well...

Yours, Klaus
Anonymous
Not applicable
Hello again,

I have tried the following request:
	
m = REQUEST ("ASSOCLP_PARVALUE", "GLOB_INTGUID", WIN_GUID, type, status, dim1, dim2, windowguid)
parameters WIN_GUID = windowguid
TEXT2 0,0.2, WIN_GUID
...but it do not work

But when I use "gs_onorm_mat1" (one of the "list parameters") it worked...

REQUEST ("ASSOCLP_PARVALUE", seems only displays "normal object parameters" but no globals..

But there must be a way to display also the "global parameters" of "parent-objects" - or not?

Thank you for your inputs,

yours, Klaus
Palawat
Advocate
Hi

If you don't mind using a label object, it should works.

For some reasons, GLOB_INTGUID in a label object shows internal GUID of the parent (in this case ; D/W) but GLOB_INTGUID in marker object show its own internal GUID as you said.
Archicad 26, Windows 10, Corei7 3.4 GHz, 16 GB Ram.
https://www.indigofigs.com
https://www.facebook.com/indigofigs
Anonymous
Not applicable
Hello,

no, I can relize this using a lable-object, becaus this would not work in the "DWG-Export" correctly...

I must get the GLOB_INTGUID of the opening-object into the w/d-marker...

yours, Klaus