2022-08-18 07:46 PM
Has anyone figured out a way to import property option sets into Archicad???
2022-08-18 09:00 PM
Need more info, i.e. example, to determine exactly what is needed? But -- the easiest way is to just export from one file to another in the property manager. The other way(s) is to create a Add-On for selected elements, or just use a Python script with a Command Handler Add-On.
I have created such a interface which is publicly available on my GitHub site. Made a video demo with a demo script.
However, I suspect you may be interested in something else? --- Need more info?
2022-08-18 10:14 PM
Yep - I think we have our wires crossed...
In the Property Manager there are choices for the data type of the property. One of the choices is "Option Set". This choice lets you build and option set for choosing one or many preset choices for the data field. If I need to have a 100 options to choose from I have to key in every option. It would be nice if I could import these options from excel. Also it would be nice if the Options could be set up like a Cascading Menu so I don't have to scroll down through all 100 choices.
2022-08-18 10:27 PM
I certainly agree with the "wish" to have the ability of a cascading menu in options
As to importing options from excel, that can certainly be done though a Python script..
but it seems to me, that the work to first enter that info into excel would be the same as just entering directly into the Property Manager..
2022-08-18 11:01 PM
Just a simple import .csv option would be perfect in this situation. Given how long it took GS to develop folders for layers you might be waiting a while for the foldered options list! I have looked at .xml creation to import lists but given the GSID requirements for each item in the list it can get very messy trying to import a list that has not been exported from AC. This is a good example of 'low hanging fruit' that GS could fix fairly easily. We wait in hope......
2022-08-19 09:12 AM - edited 2022-08-19 09:12 AM
It can be done as part of a Property via XML
if you can edit XML then set up a master XML and edit it for different options and import as a new property
2022-08-19 04:32 PM
Thanks - Yes I know that is possible and I have done this, but it is not any faster than just adding the options in the option set.
2022-08-20 12:29 AM
OK, just a thought