Display the GLOB_INTGUID of doors/windows in the d/w-marker
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2018-11-04
01:17 AM
- last edited on
ā2023-05-24
12:27 PM
by
Rubia Torres
ā2018-11-04
01:17 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2019-03-19 02:13 PM
ā2019-03-19
02:13 PM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2019-03-20 02:56 AM
ā2019-03-20
02:56 AM
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.
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
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2019-03-25 11:53 AM
ā2019-03-25
11:53 AM
Thank you Barry for your reply, but it is not that easy...
Your solution display the INT-GUID of themarker-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
Your solution display the INT-GUID of the


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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2019-03-25 02:13 PM
ā2019-03-25
02:13 PM
Hello again,
I have tried the following request:
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
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...
But there must be a way to display also the "global parameters" of "parent-objects" - or not?
Thank you for your inputs,
yours, Klaus
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2019-03-25 04:09 PM
ā2019-03-25
04:09 PM
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.
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
https://www.indigofigs.com
https://www.facebook.com/indigofigs
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2019-03-25 04:59 PM
ā2019-03-25
04:59 PM
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
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