I found the API call <span style=“color: #000000;”>Document</span><span class=“languageSpecificText” style=“color: #000000;”>.</span><span style=“color: #000000;”>AutoJoinElements Method that maybe did the job</span>
but i don’t know how to programing the api call in Dynamo.
In Dynamo, you will need to first get the elements that you want to join and sort/order them in whatever manner you desire to feed into the joining script. Then you will need to write a python script to do the join/disjoin that you want. Plenty of examples all over this forum of how to write a python script, or go look at http://archi-lab.net/
Or you could just learn Russian and copy what was done on the youtube video you referenced…
Correct, that thread shows how to disallow Joins, but the procedure is pretty much the same for joining. you feed the elements you want to join/unjoin/switch join order into python, then apply the correct line(s) of code.
Here’s the important pieces of code depending on what you want to do…
Do you guys have any Ideas about Cut Geometry in dynamo. I created a void family from Generic Model template, then loaded in project and use Cut Geometry. However, due to the numerous cuts that I have to do. Do you have any solution of using dynamo for this issue?