Capturing Model View Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-11-25
10:57 PM
- last edited on
2023-05-24
10:51 AM
by
Rubia Torres
I just want to know how to link my objects to the model view options.
I used this in my master script to determine whether objects are 'Realistic', 'Electric' or 'Reflected Ceiling Plan'
MVreq = LIBRARYGLOBAL ("LibraryGlobals13", "iLSymbol", modelview)
This worked brilliantly, so I want to explore what else I can do with my objects.
I would like to know the following options, or at least where to find them. I could not find it in the Reference Guide
- Show Minimal Space of Furnishings and Doors
- Show Mark-Up Items
- Show Opening Lines in 3D Projections
- Door Opening Line in 2D Symbolic Display

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-11-26 03:14 PM
These depend on how the GDL was written (they are based on parameter names), rather than Global Variables, so are not in the GDL Reference Guide. One way to find the parameter names is to open the Libraries LibraryGlobal file, and check the parameter names. In the USA version, it is at ArchiCAD Library 17 > Object Library 17 > MACROS 17 > Base Macros 17 > Library Globals 17 > LibraryGlobals13.gsm, your version may be a different location with a different name. You can also create your own LibraryGlobal file with your own parameter names and Model View Options interface. In the GDL Reference Guide see LibraryGlobal.
David
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-11-27 05:55 AM
Create own model view options - mind blown! That would be great once I get my head around that.
I may be wrong, but it seems this file you are talking about is combined in a lcf file in the Australian version. Is there a way of extracting files out of a lcf.
I also noticed when I added a object to my project library it added a new model view options tab, so can the model view options be also modified in multiple object files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-11-27 06:06 AM
Extracting that lcf is done through File>Libraries and Objects > Extract a Container.
Follow the prompts and then remember to unload the Aus lib .lcf and load in the extracted file.
Custom MVO's are brilliant mate! Definite have a play with them when you can!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-11-27 06:10 AM
I would prefer if there was a way I could avoiding touching the default Archicad library folder, as then I would have to update everyone in the office.
Do you know if I can create an additional object that also manipulates the model view options?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-11-27 06:29 AM
Tom wrote:Sure, just create a new 'Library Global' script and save it with a different name i.e. 'My_Library_Globals'
Do you know if I can create an additional object that also manipulates the model view options?
Make sure it has the 'Library Global Settings' subtype or it won't work though.
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
2013-11-27 06:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-11-27 07:31 AM