2024-05-29 10:33 AM - last edited on 2024-05-30 01:11 PM by Laszlo Nagy
Is it possible to set ArchiCAD property values through a GDL script? E.g. I am creating a library of objects, where I want to include information about the Manufacturer, Product Name and Article No.
All these are preset ArchiCAD properties.
So far I could only get these included in the Description tab of each object, but I cannot link these with properties.
Solved! Go to Solution.
2024-05-29 11:02 AM
An Archicad object (GDL) does not have properties - only parameters.
Only a placed instance of that object has properties base on its classification.
And a property can not read object parameters unfortunately so you can't create an expression to read an object's parameter.
Barry.
2024-05-29 11:02 AM
An Archicad object (GDL) does not have properties - only parameters.
Only a placed instance of that object has properties base on its classification.
And a property can not read object parameters unfortunately so you can't create an expression to read an object's parameter.
Barry.
2024-05-29 11:06 AM
Thanks Barry, you saved me quite some time trying.
2024-05-29 11:35 AM
As Barry mentioned, it's not possible to convert GDL parameters into properties.
But there's a possibility to convert those into ifcValues, which you can label / put them together in a schedule / export to ifc.
I'm a bit lazy to translate, but since your screenshot is in german, here's an old forum post in german explaining the steps:
And there's a video (also in german) by @Lukas Oelmueller that covers the topic:
2024-05-29 04:03 PM
You can read property with addon ttps://github.com/kuvbur/AddOn_SomeStuff
Structural engineer, developer of free addon for sync GDL param and properties