dimension marks for doors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-12-08
01:16 PM
- last edited on
‎2023-05-24
10:51 AM
by
Rubia Torres
I work with a lot of doors now on a 1:100 plan, which requires the text to be quite large in comparison to the doors. I am trying to make things easily read. That is why I would need the 2 dimensions of a door to be more close together and closer to the mid line. I found no such setting in the dimension marker settings. Have I missed anything?
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-12-11 12:28 AM
This could be changed only by modifying the GDL script of the Door Marker object. I have checked and you would have to go into a Graphisoft Macro and modify some settings there to move the Width/Height texts closer to the line and each other.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-12-11 07:52 PM
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-12-13 05:21 AM
You should probably hire someone to do it for you.
Basically, in the 2D Script of the gs_DW_Marker.gsm macro file you would have to modify the way the posY value is calculated to bring the text close to the axis.
There are four lines where it is set, lines 855 and 857, and lines 875 and 877.
In both cases you would have to give a smaller value instead of -1.5 (like -1.2 or -1), or you would have to set a higher value instead of the 2 (like 3 or 4).
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-12-13 08:30 AM
You can combine it with OpenLibraryGlobals,, a common setting macro in the model view options. By this you can turn on/off informations independent of layer and scale settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-12-13 11:17 AM
To realise it by line distance works not for all font types, but quiet well for Arial and Helvetica.
The DW-Marker is not uploaded yet. Still 14.03 on openGDL. Someone, who is in a bit of a hurry, can ask me directly for it.
And: DW-marker in German only. Sorry. If someone wants to do some translations, you can ask me for making a multilingual preparation for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-12-23 01:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-12-23 02:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-12-23 05:54 PM
Afterwards you have two new markers "F marker 14 plus" and "T marker plus" in the settings dialog of doors and windows. Beside the settings for the dimension text you get a factor for line spacing.
You have to change the marker of each window to the new one to get it to affect.
Additional you can add the "open library global" makro to your library. With this you can set the font size for your markers in the model view options. You have to select "one size for all" ("einheitlicher Text") in the marker settings. After you turn it on, there comes up a globe icon, which is the button to activate the font size out of the MVOs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-12-23 08:17 PM