We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-08-30 04:58 PM - last edited on 2021-09-14 09:18 AM by Noemi Balogh
Solved! Go to Solution.
2021-09-09 10:17 AM
2021-09-09 11:40 AM
Would need both the pln & mod files -- Dropbox link via PM would be great
2021-09-15 03:12 PM
Hi Gerry,
I have created a folder here for you to take a look at, containing pln and mod files of project plus the python script you sent through, modified to our needs and another I was experimenting with to redirect to the already shortened property rather than do the splitting in the python script.
Waiting to see what you make of it.
best regards
Tony
2021-09-15 08:24 PM
I do see how you revision #2 would work Of course, i could be wrong, but as I understand it:
GetPropertyValues require a type (class) not a string and Elelement PropertValue value is packed with a type (class) for the value
Also SetPropertyValues should be outside and below the for loop. I believe that was my original mistake