I would like to know how to place electrical connector on any face of family using Dynamo.
I can place electrical connectors in Revit, but I need to repeat that process thousands of times.
We are looking for a way to automate the placement of electrical connector with Dynamo.
We would appreciate any information you can provide.
Note these are unsupported versions. There is an update for Dynamo 2.0.4 which you should get to open up a ton of new features. I also recommend moving to Revit 2020+, as 2019 has not had any security updates for almost 2 years now.
Try installing 2.0.4 and see if that gets you up and running. Considering your using software which has been unsupported for about 1 year and 10 months now, you’re going to be quite handicapped.
The workflow will be quite difficult but possible.
Please read the forum rules : How to get help on the Dynamo forums
Try something for yourself in Dynamo 2.04.
I tried with Revit2022 and the output result was null.
I don’t see any errors, so I don’t know what is wrong.
Any information would be appreciated.
You can hover your mouse over the inputs to learn how to use the node.
You don’t need to provide a Document to the Create Connector node because the node can itself use the current document.
You have to convert your face to a reference (with the Surface Reference node for example).
I assume you want to recreate the custom node for Dynamo 1.3.4. You can simply copy paste the code into a Python node.
However Revit 2019 is compatible with Dynamo 2.04 and therefore with the latest version of the Genius Loci package