Add pre-set sizes to window library part
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-06-23 06:17 PM
I am new to customizing library parts in Archicad. I'm currently working in Archicad 22. In my company template, I'd like to have windows with pre-set sizes that correspond with the window manufacturer that we use. For example, I'd like to pre-load the options for window sizes in the drop-down menu for the W Double Hung 22 rather than custom enter a window size every time. See attached screenshot. What is the best way to accomplish this?
Solved! Go to Solution.
- Labels:
-
Library (GDL)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-06-24 12:11 AM - edited ‎2022-06-24 12:12 AM
Rather than editing the library parts which you will then likely have to do for each subsequent Archicad version you could save Favourites of each window size and style. These automatically upgrade with each version with the odd exception.
ArchiCAD 4.5 - Archicad 28 Apple Silicon 27.3 | 28 Apple Silicon
macOS Sequoia (15.1.1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-06-23 09:10 PM
First of all you'd rather Expode Archicad_library_22.lcf in a folder so you can edit your objects and save.
Second open the gsm file of window and in the parameter script use the "Values" command to set up your value list. you will probably find solution already answered here in the forum if you search for values list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-06-24 12:11 AM - edited ‎2022-06-24 12:12 AM
Rather than editing the library parts which you will then likely have to do for each subsequent Archicad version you could save Favourites of each window size and style. These automatically upgrade with each version with the odd exception.
ArchiCAD 4.5 - Archicad 28 Apple Silicon 27.3 | 28 Apple Silicon
macOS Sequoia (15.1.1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-06-27 11:07 PM
I have been playing around with this, and what I'm finding is that the Archicad 22 window library part has nothing in the Parameters script, but I do see this in the Master script (see screenshot). When I try to manually input in the the Parameters script, it doesn't seem to do anything. Any thoughts?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-06-28 03:25 AM
Editing the default Graphisoft doors and windows is probably just a road to frustration unless you really know what you are doing in GDL.
There are so many CALLs to macros that then CALL other macros, it can be hard to keep track of what does what.
Plus if you modify existing objects, you will be in trouble if the library is ever updated.
Either you can;t update, or you must re-do all of your modifications again.
Or you 'Save As' and duplicate the objects which will become your 'special' objects and will never be updated in the future.
As Lee Hankins suggest, I would probably just save your standard sizes as favourites - maybe not all of the standard sizes, but the most popular ones at least.
You can Import those favourites into other jobs as well so you can have them available in all files.
Barry.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-06-28 08:00 PM
As I said before you have explode the lcf file of the library. There you will find the general window macro and probably there you will be able to set values. Unless it takes you to another macro as Barry said. It is a nice trip to start learning gdl read and follow the code.