I am working on a dynamo program where I need to copy paste groups.
Prior to this program I have created a group in Revit project and positioned one instance of the group in a coordinate.
I will state how I require the program to do the execution.
Refer an existing element/group by its name.
A node that should have two inputs
The group to be copied
The count/ No. of times the element/group has to be copy pasted.
The coordinates at which the group/element has to be pasted.
The groups can be copied and pasted in the same position as I am going to execute the program keeping the element ID only.
Can anyone suggest how I should start regarding this? Is there a node available to execute it?
This will get you the first point and help you start, but from there you will have to try it out and put some effort in. If you get stuck, come back and we can help you.
Thanks for your reply. I am actually placing group in a particular point. I tried to place the group in different coordinates but it did not work. Then I tried to move an existing group to a new location. This works fine and now I have to place the group several times as per the count.
Hi I cam trying to create multiple instances but from a revit link, do you think that this is possible, so far i am struggling to develop a working script. Trying to utilise the API code below.