Alban de Chasteigner
Alban de Chasteigner
Hi, Thank you for your suggestion. In what context, do you not get a list of Dynamo items? With which version of Dynamo? I haven't noticed any problem with the...
Hi, It is not possible to find the reason of this issue and help you without the DWG. Maybe "LAPUKO" blocks contain nested blocks? Best regards,
Hi, The second WorksetId input expects a single item and not a list. Add a code block with `x[0]` to remove the list.  Or use the _Workset ByName_...
I think you must be owner of the workset to be able to delete it.  Try to delete a single workset first. If it works, add the...
Hi, I checked with the architectural samples in Revit 2023 and Revit 2024 and it is working normally. Try editing a material by adding a picture and check the result....
Hi @andreasmweber, Thanks for your kinds words. I can see a flaw in the logic used. You use the FilterByBoolMask node on the unsorted list. Instead, connect it to the...