How to create Permanent element by dynamo

I created a very simple dynamo to place a family. when I select a new point, family moving to that point. How can we correct it? It is possible if we using python to insert a new family. Anybody can advise me how it is possible by nodes?

Make the “Family Types” and “Select Point on Face” nodes as “input” by right-clicking on these two nodes separately. Then open your dynamo player and run this graph from there. You can change the family types and points from the dynamo player’s interface by selecting the edit input option.
image
image

2 Likes

Not working as you said.

image

1 Like

Hi @shibujoseukken ,

This happens because this is the way Dynamo is programmed, to save RAM/ old data everything from old runs gets deleted. To circumvent this measure look into these posts or search on the forum for “Baking”.

https://zhukoven.com/2017/07/20/dynamo-deletes-previously-placed-elements-after-each-run-workaround/

Hi @shibujoseukken ,
Could you please upload your graph and a sample project to check it further?