Help - Place a selected object at coordinate yy, xx

Hi fellas!

I’m quite new to Dynamo and struggling with something that should be quite simple(…?).
How would you setup a script that places a selected object at a chosen coordinate?
(shared coordinates in project)

(…so that we don’t have to use dwg:s back & forth when placing objects at a specific coordinate…)

Thanks in advance!

Assuming you have a simple point based family type which you want to place with no rotation at the given coordinates:

https://dictionary.dynamobim.com/2/#/Revit/Elements/FamilyInstance/Create/ByCoordinates

You may have to translate your coordinates from the project coordinates to the internal origin as well. There are several posts discussing how to do that on the forum so I’d recommend starting there.