cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
davide
Booster

Zone Stamp

Is the default "Zone Name" list for the Zone Stamp editable? I'm not referring to the final "Personal" entry. Thanks.


IMG_2604.jpg
iMac i7 late 2009
10.13.6
Archicad 24
4 Replies 4
Aaron Bourgoin
Virtuoso

yes. it's a Macro, I think. You may have to convert the lcf , make changes, and then re-convert the library to an lcf

Think Like a Spec Writer
MacBook M4Pro - 24Gb RAM
AC4.55 through 29 / AC29.1.0 USA
Rhino 8.30 Mac
MacOS Tahoe 26.4.1
Lingwisyer
Guru

Refer to this recent post asking the same question:

https://community.graphisoft.com/t5/Project-data-BIM/Making-naming-zones-more-convenient/m-p/693086#...

 

Regarding the library container, I would advise not packing and repacking it as that will undo your changes when ever there is an update. I would extract the stamp object and it's macro to your local library, then rename the macro and relink it in the stamp.

 

Ling.

AC22-29 AUS 3200Help Those Help You - Add a Signature
Self-taught, bend it till it breaksCreating a Thread
Win11 | i9 10850K | 64GB | RX6600 Win11 | R5 2600 | 16GB | GTX1660
Yves
Expert

Hi,

There's no need to make a copy of the macro!

You can make the modification directly in a copy of the Stamp object that you save in your personal library.

Just add these few lines before the macro call, like this.

And you simply need to add the stRoomNames[zn] lines as many times as necessary.

 

Capture d’écran 2026-02-23.png

dim stRoomNames[]

zn = 1
	stRoomNames[zn] = "Storeroom" : zn = zn+1
	stRoomNames[zn] = "Residence" : zn = zn+1
	stRoomNames[zn] = "Lift": zn = zn+1
	stRoomNames[zn] = "Bathroom" : zn = zn+1
	stRoomNames[zn] = "Meeting" : zn = zn+1
	stRoomNames[zn] = "Restaurant" : zn = zn+1
	stRoomNames[zn] = "Office" : zn = zn+1


values "ROOM_NAME" stRoomNames, custom

 

 

Yves Houssier
Belgium
Archicad 19 -> 24
iMac - Mac Os 10,13
Patrick M
Ace

is there a reason you don't just have a handful of zone stamp attributes, then create favorites for each zone and info set?
...
seems like a more complex solution than you need for localized data management.

BIM solutions and trouble shooting (self proclaimed) expert. Using Archicad 26 5002 US on Mac OS 11.5.2

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!