Relation of object parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-04-08 02:24 PM
Hello! Is it possible to somehow link the same parameters of gdl objects, that is, so that when the parameter of one object changes, the value of this parameter also changes to the same value in another object?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-04-10 03:07 PM
This is not possible with common GDL objects.
However, the parameters of multiple GDL objects can be changed by using MVO objects and LIBRARYGLOBAL functions.
Please refer to the following.
https://gdl.Graphisoft.com/tips-and-tricks/custom-made-model-view-options-object
Happy if it serves your purpose.
▼ウィッシュリスト(投票が集まるとGSの検討対象になります。賛同してくださる方は投票をお願いします!)
「仕上げツール」を本体機能に | 「メッシュから屋根を作成」を本体機能に | フロアレベルからメッシュ点高度 | 躯体以外を表示 | メッシュ頂点に一括ラベル | 断面形状パラメータパレット | STB取込みで梁端部を柱面 | RFAをパラメトリック | レイヤーセットを現在の設定で更新 | ひとつひとつの線の線種/色/表示非表示を変更できる機能(ラインワーク) | 「線として表示」としてもBIMx上で通り芯を表示 | 部材の始点/終点座標を一覧表とプロパティで取得 | 通り芯と要素の連動 | 表現の上書きに数式
Win10 / 13th Gen Corei7 / 32GB RAM / RTX2000Ada Laptop
AC17 - 27 / ACUG

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-04-08 04:37 PM
Sadly: no.
POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-04-10 03:07 PM
This is not possible with common GDL objects.
However, the parameters of multiple GDL objects can be changed by using MVO objects and LIBRARYGLOBAL functions.
Please refer to the following.
https://gdl.Graphisoft.com/tips-and-tricks/custom-made-model-view-options-object
Happy if it serves your purpose.
▼ウィッシュリスト(投票が集まるとGSの検討対象になります。賛同してくださる方は投票をお願いします!)
「仕上げツール」を本体機能に | 「メッシュから屋根を作成」を本体機能に | フロアレベルからメッシュ点高度 | 躯体以外を表示 | メッシュ頂点に一括ラベル | 断面形状パラメータパレット | STB取込みで梁端部を柱面 | RFAをパラメトリック | レイヤーセットを現在の設定で更新 | ひとつひとつの線の線種/色/表示非表示を変更できる機能(ラインワーク) | 「線として表示」としてもBIMx上で通り芯を表示 | 部材の始点/終点座標を一覧表とプロパティで取得 | 通り芯と要素の連動 | 表現の上書きに数式
Win10 / 13th Gen Corei7 / 32GB RAM / RTX2000Ada Laptop
AC17 - 27 / ACUG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-04-10 09:58 PM
@Vladislav V You can use the MVO option as suggested, BUT unfortunately this doesn't fix the values across the project. If you change to a different MVO setting your parameter values will initially reset to the program MVO DEFAULT value. I use this MVO setting process for specialist work and have only one MVO setting in my project. If I had several MVO settings I risk the parameters being wrong or changed.
Just my observations, the MVO option may still be a good solution depending on what you want to control.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-04-11 07:46 AM
Thank you very much! I'll try MVO objects.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-04-11 09:04 AM
MVO (Library Globals) work fine but there are two things you should know/do.
One is to build into each object an option to override the MVO settings, so you can manually set a value in the object itself.
Just so you have the option of using the MVO value or not.
If this at is not important and you will always 100% of the time use the MVO value, then there is no need.
The other is that you will need to set that MVO value in every MVO combination (scheme) that matters.
Otherwise you may have some views where the value is set correctly, and others where it is not - as DGSketcher mentioned.
If you always use views from the view map and your MVO schemes are set correctly, then there should be no problem.
Also remember that changing the value an an MVO combination will change it instantly for all views using that MVO combination.
There is no APPLY button in MVO settings, so any change you make will stick as soon as you say OK.
So if you want to simply see the effects of an MVO setting on screen, you have to set up a 'dummy' MVO combination and use that (your views using the correct MVO will not be affected).
Or you have to change an actual (used) MVO combination and then remember to change it back afterwards if you don't want to keep that setting.
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-04-11 09:08 AM
Thank you for such a detailed description.