I am new to Dynamo and my goal is to utilize Dynamo to assist in my testing of our revit plugin.
I am looking to accomplish two goals and would appreciate any help and guidance.
I was able to push the graph around a bit and I cannot thank you enough for your assistance. I do have a couple questions
I utilized model lines to trace out my run. It drew the pipe along the run and dropped in the elbows when a change in direction occurred. This is too awesome!
Are model lines what i should use to trace my run ?
Can this generate tees or crosses. I ran into some difficult getting this to happen as would generate two elbows in place of a tee
Looking at teh graph it appears I can repurpose this for Cable Tray, Duct and conduit by swapping in their respective nodes. Are there any other considerations i need to keep in mind
You can use any line or straight curve that is created in Dynamo (in your example Dynamo first creates Dynamo-lines from the Revit model lines).
There are 2 nodes in MEPover that can create tees: 'Tee.By2MEPCurves and Tee.By3MEPCurves. I haven’t created one for crosses (figuring they don’t occur as much as tees and elbows and creating a node for crosses is a bit more work so I thought it wasn’t worth it).
The only things you need to consider are changing the inputs to match the nodes (system type/ duct/cable tray/conduit type)