2020-05-05 01:32 PM
Solved! Go to Solution.
2020-05-05 09:13 PM
call "Zone_stamp_macro" parameters all iStampType = 1 ! ZONE_STAMP_2_INTThis means that it is calling a macro, so we will need to look into that GSM file as well.
2020-05-05 02:54 PM
2020-05-05 09:13 PM
call "Zone_stamp_macro" parameters all iStampType = 1 ! ZONE_STAMP_2_INTThis means that it is calling a macro, so we will need to look into that GSM file as well.
2020-05-05 09:24 PM
dim stFloorCoveringValues[4] stFloorCoveringValues[1] = `Parquet` stFloorCoveringValues[2] = `Tiles` stFloorCoveringValues[3] = `Screed` stFloorCoveringValues[4] = `Carpet`
dim stFloorCoveringValues[10] stFloorCoveringValues[1] = `Bamboo` stFloorCoveringValues[2] = `Carpet` stFloorCoveringValues[3] = `Cork` stFloorCoveringValues[4] = `Laminate` stFloorCoveringValues[5] = `Parquet` stFloorCoveringValues[6] = `Rubber` stFloorCoveringValues[7] = `Screed` stFloorCoveringValues[8] = `Tiles` stFloorCoveringValues[9] = `Timber` stFloorCoveringValues[10] = `Vinyl`
2020-05-05 09:28 PM
call "Zone_stamp_macro" parameters all iStampType = 1 ! ZONE_STAMP_2_INT
call "Zone_stamp_macro_extended_floor_types" parameters all iStampType = 1 ! ZONE_STAMP_2_INT
2020-05-05 09:40 PM - edited 2021-10-18 01:40 AM
9. Now all we need to do is go to the "Options > Element Attributes > Zone Categories" Dialog and make sure our Zone Categories are using the new custom Zone Stamp instead of the default one.
Here is how it looks now with the new fields:
The attached ZIP file contains the Zone Stamp and the Macro.
There are two possible scenarios for future use.
You need to make sure you include these GSM files in the Project File by adding them to the Embedded Library, or by placing them into a Linked Library, for example the Office Library. Adding them to the default ARCHICAD Library might not be the best idea because it might get lost when the Library is updated at a later point.
2020-05-06 10:23 AM
2021-09-24 08:22 AM
And how do you do that?
2021-10-18 01:42 AM
I have answered a similar question in another thread and there I talk about using Properties to define an Option List for Zone Names:
https://community.graphisoft.com/t5/Developer-forum/Change-default-zone-names/m-p/309529#M8862