Project Info Text in 3D
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-01-31 06:46 AM
‎2013-01-31
06:46 AM
However in 3D it doesn't work, with the Text, Rich Text, Text Block or Paragraph commands all having the same problem. The quotation marks " " either side make the script write exactly what is between them, <PROJECTNAME>, rather than retrieving the information.
Removing the quotation marks causes an 'Unnecessary Token' error. While removing the arrow brackets causes an error as the script requires a 'string type expression'
Trying to be clever I made a separate variable to equal the project name e.g. project_text = '<PROJECTNAME>' However this encounters the original problem and removing the ' ' brings up an 'Error in Expression'
Does anyone have any idea how to get the Project Name and Client Name text to show up in 3D? I can just make the user input the info but that takes time and can lead to errors.
Thanks
- Lachlan
Lachlan Green | Wilson Architects | BIM Manager, Architect
Started on AC9 | Currently AC27 & AC28 | BIMCloud | GDL
Mac Studio (14,13) M2 Max, 64GB, 1TB SSD | MacOS 14.7
Started on AC9 | Currently AC27 & AC28 | BIMCloud | GDL
Mac Studio (14,13) M2 Max, 64GB, 1TB SSD | MacOS 14.7
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-01-31 09:14 AM
‎2013-01-31
09:14 AM
The autotext is not substituted in GDL environment, but in plain 2D display only. I think there is no direct way.
You could try openLibraryGlobals.gsm, a model view options object, which allows to import a projectinfo file (XML export).
You can request these values in your object by requesting parameter values. You find examples at the end of the project page.
This is only a workaround. I would like to hear, if it worked for you.
You could try openLibraryGlobals.gsm, a model view options object, which allows to import a projectinfo file (XML export).
You can request these values in your object by requesting parameter values. You find examples at the end of the project page.
This is only a workaround. I would like to hear, if it worked for you.
bim author since 1994 | bim manager since 2018 | author of selfGDL.de | openGDL | skewed archicad user hall of fame | author of bim-all-doors.gsm

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-01-31 05:33 PM
‎2013-01-31
05:33 PM
These kinds of info request are usually done in GDL using the REQUEST function, but currently there is no such option for it to ask for Project Info data.
You could make this into a GDL wish.
You could make this into a GDL wish.
Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2014-02-04 02:16 PM
‎2014-02-04
02:16 PM
I want exactly the same. It is strange that this project info is available and usable in a 2D GDL context but not in a 3D GDL context.
I would like to request the development team to look at this. Using the project info in GDL objects is quite common...
I would like to request the development team to look at this. Using the project info in GDL objects is quite common...