No video

Duct support placement using Dynamo!

  Рет қаралды 21,537

Aussie BIM Guru

Aussie BIM Guru

Күн бұрын

In this tutorial I show how to build a script in order to automate the placement of a duct support/hanger system in a Revit MEP model using Dynamo! The tutorial also shows a technique for interpreting linked model elements using ray bouncing.
I hope you enjoy the session and learn something new! Feel free to comment any feedback/questions below, or follow my channel if you enjoyed this.
Learn more about Dynamo at;
primer.dynamob...
Software used;
Autodesk Revit 2019: www.autodesk.c...
Dynamo: dynamobim.org/
www.autodesk.c...
Google Remote Desktop: remotedesktop....
Flashback Express: www.flashbackr...
Hardware used;
Webcam: support.logite...
Laptop: laptopmedia.co...
Microphone: www.rode.com/mi...
Intro/Outro Music: www.purple-pla...

Пікірлер: 152
@TheLeonSilver
@TheLeonSilver 4 ай бұрын
for those just want to get this script to work, just install 2018 BiMorph node, it worked for me. I also have tried with cable trays, it worked as well. however, after the last "List.Combine", try not to flatten the list, this way, the support will follow the bottom elevations of the cable trays that bend up and down. for some reasons, if flatten the list, the hanger supports will only follow one bottom elevation.
@TheLeonSilver
@TheLeonSilver 4 ай бұрын
also, thank you Aussie BIM Guru for sharing this scipt, it is amazing, it helps us so much.
@AussieBIMGuru
@AussieBIMGuru 4 ай бұрын
Great tip, and yes I think that would make sense in that situation. I was a bit less experienced in Dynamo when I made this so my old videos sometimes take some awkward list management steps.
@robertorecoaro8423
@robertorecoaro8423 3 жыл бұрын
I am amazed at the skill you have with revit. It must have been many hours of study. Thanks for this video./Me sorprende la habilidad que usted tiene con revit. Deben haber sido muchas horas de esudio. Gracias por este video.
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
Thanks! Yes almost 10 years of using revit now, but i began with 0 experience like we all do :)
@chethanmn6983
@chethanmn6983 4 жыл бұрын
It's very use full and worth learning to save the time, thanks a lot for sharing.
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
You're welcome!
@couprog
@couprog 10 ай бұрын
You are awesome, thank you for this professional video and thank you for every single moment you spent on it 👏👌
@AussieBIMGuru
@AussieBIMGuru 10 ай бұрын
Thanks for the kind words, and you are welcome!
@chanyiuhing
@chanyiuhing 2 жыл бұрын
your video is so informative. Thanks from Hong Kong
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
You're welcome! Hope all is well on your side of the world.
@jorgeanedez1687
@jorgeanedez1687 17 күн бұрын
Can you help creat a similar line based hanger support script for 4 parallel piping with different system and with different sizes? Your video tutorials helped me a lot as a beginner in dynamo and has been a fan of your tutorials. Cheers!
@AussieBIMGuru
@AussieBIMGuru 17 күн бұрын
Unfortunately beyond my experience at that point, but have a try and use dynamo forums as an active help resource where you get stuck.
@Praveen_Enzo
@Praveen_Enzo 2 жыл бұрын
Great work.Thank You very much Mr.Aussie.
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
You're welcome!
@M33rk4t
@M33rk4t 4 жыл бұрын
Thank you so much!!! Awesome stuff! Lots to study here! Thanks again!
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
You're welcome Dinos!
@milenacasto8541
@milenacasto8541 2 жыл бұрын
Really great job! thanks a lot , It helps me :)
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
You're welcome!
@archgyanrevit
@archgyanrevit 4 жыл бұрын
Can you make a video or blog on what to look forward to in 2020? super excited!
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
I've scheduled a quick video on the 31st of this month to cover this briefly :) A bit more dynamo, some python, a new navisworks series and a surprise in march!
@rkenna213
@rkenna213 4 жыл бұрын
Excellent video..., more MEP would be great :)
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Thanks Richard, a few videos lined up in the new year will deal with MEP or all round workflows. Not quite my field of expertise but many of my followers have helped give me some ideas
@rkenna213
@rkenna213 4 жыл бұрын
@@AussieBIMGuru super videos, I look forward to them all
@eliabim
@eliabim 4 жыл бұрын
Thank you Master. I made it work
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Nice work! Now you're a master too ;)
@eliabim
@eliabim 4 жыл бұрын
I edited some nodes so that I have some options to select ducts per level.
@SiarheiSemashka
@SiarheiSemashka Жыл бұрын
Nitpicking: 13:20 if the second block's parameter call "req_c" instead of "count", it lowers the chance to connect "count" variable from the left block
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
They appear in order of where they appear in the codeblock. Count is maybe a reserved word since i made this video a few years ago now so could be that.
@juancarlosarguedas607
@juancarlosarguedas607 4 жыл бұрын
Great Script.....I tried to follow up but something is wrong with the formula
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Hrm I'll grab a look...
@Thameem63
@Thameem63 11 ай бұрын
Hi Appreciate the work and i it helps me to learn dynamo script little. When I have tried to run your script. List.GetItemAtIndex operation failed. Index was out of range. Must be non-negative and lenn than the size of the collection. Paramter name:index". I am facing this error.
@AussieBIMGuru
@AussieBIMGuru 11 ай бұрын
Typically this means nothing that list matched what you were searching for. Its a fairly generic error but hopefully knowing what it means helps troubleshoot it.
@minaelfar4652
@minaelfar4652 10 ай бұрын
Thank For This Amazing video. However, When I use the duct system all elements in network custom node it doesn't get the elements in the mechanical system it gets me NULL ! What the problem here ??
@AussieBIMGuru
@AussieBIMGuru 10 ай бұрын
My best guess is you may be using revit 2023+ and now have the IronPython2.7 package installed. Mepover depends on it now.
@egmelaku
@egmelaku Жыл бұрын
🙏Thanks for this helpful tutorial. Have you ever tried...? I want to change the calculation Method in Revit ...... (Path => 1. Systems(tab) -> 2. Mechanical Settings -> 3. Pipe Setting -> 4. Calculation -> 5. Flow(tab) -> 👉 6. Calculation Method ) ...... from "the 2012 International Plumbing Code (IPC) Table E103.3 (3)" #to my custom fixture flow rate/table. 👉 How would you advise me, please? 👉 Can I use Dynamo to change input/references like IPC Table E103.3 (3)? Thanks!
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
Unfortunately I've got an architectural background so most of that goes right over my head! Maybe try the Dynamo forums for advice.
@atnguyenthanh6802
@atnguyenthanh6802 3 жыл бұрын
Thank you for your useful sharing. Would you mind if sharing the supporting family. Cause i follow you to final step in node "Familyinstance.Bycurve" returns to"null". I don't know the reason why. Thanks for this video.
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
Sure thing, it's on my github here: github.com/aussieBIMguru/Dynamo_Scripts/blob/master/ABG_201102_DynamoWallOpenings.dyn
@atnguyenthanh6802
@atnguyenthanh6802 3 жыл бұрын
@@AussieBIMGuru Thanks so much.
@maywaleed5639
@maywaleed5639 7 ай бұрын
I use Revit 2021 and I couldn’t find LinkElement.ByRay node in the Bimorph package . Where else can I find it?
@AussieBIMGuru
@AussieBIMGuru 7 ай бұрын
In the latest version it is called LinkElement.ByRayBounce.
@muhammedfasil.p3402
@muhammedfasil.p3402 2 жыл бұрын
Ray bounce for the fix height.. the node starting to find the Z value showing error. Please help.
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
Hard to say what the cause is. Reduce your data set down to a few objects and troubleshoot 1 or 2 at a time to see why they might not be raybouncing properly.
@carriux
@carriux 3 жыл бұрын
Hi Aussie BIM Guru, the script worked perfectly, thanks. I was wondering if you have any ideas for hosting the support to the duct, so when you move the duct, the support moves with it, or in general if you know a way to locate hosted families.
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
The best way to do this would be to build the support as a duct fitting. These typically move with the system.
@minaelfar6350
@minaelfar6350 10 ай бұрын
Hello ! I have tried this amazing script and it’s really helpful I just have problem when the duct offsets and change its level the supports will be in the lowest level and the high level duct end up with low level supports ? Do u have a solution for that ! Thanks in advance !❤️
@AussieBIMGuru
@AussieBIMGuru 9 ай бұрын
The way I've set up this workflow the duct hangers only sit at one level I believe, to deal with offsets you'd need to adjust the workflow to check both the underside of duct from level and the offset up to slab overhead in two steps, then set both parameters this way.
@OdiaUTT
@OdiaUTT 3 жыл бұрын
Great video. I work with racks of pipes so to replicate this may be different. I have three concerns. 1) how will the workflow be if the pipe racks are on different systems? 2) eliminating vertical pipes/ducts 3) consideration for insulation - I guess when we place the family we can reduce the support height by minus the insulation thickness? Thanks in advance for your response. Fan from Canada 🍁
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
In regards to your queries; 1. This is probably difficult to automate if pipes share racks, as eventually those runs would probably diverge apart. You could probably collect multiple systems and eliminate supports closer than a certain point apart using one of my nodes in Crumple (group by minimum separation). Pipes are also quite different to ducts in that you tend to run them in parallel, so required width and placement would be difficult to assess. 2. If you could get their location lines this would allow you to assess their propagation using the vector of the curve and its Z value. You could filter out all pipes with a Z value or 1 or thereabouts. 3. Exactly, you could obtain multiple parameters and add/subtract as needed.
@OdiaUTT
@OdiaUTT 3 жыл бұрын
@@AussieBIMGuru thanks for your quick response.. you’re highly appreciated
@mohamedsamir8824
@mohamedsamir8824 3 жыл бұрын
Dear sir, Great script i want to automate all duct support for every level i filter ducts by level but the the script duplicate more than one hanger at the same place
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
It sounds like an issue with levels and lacing. This script is built to do 1 level at a time. Go back step by step looking at the data in each node, eventually you should be able to find where the list structure isn't correct.
@niojuri6057
@niojuri6057 4 жыл бұрын
Thank you so much! There's a lot to study what about pipe supports? It would be at same diameter and orientation than pipes How should I do it?
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Similar to this workflow, but you could get the pipe centre elevation and diameter to place the support, then get the direction of the curve at that point (or normal + 90) for orientation
@vrbaac1641
@vrbaac1641 3 жыл бұрын
hi ^^... why use a line based family (support) specifically for this workflow? thank you very much... very awesome tutorial ^^
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
In this case i use line based as the family is best defined by its two points of support. Whilst it may sometimes be centred upon a duct run it isn't always necessarily. I go on to use dynamo to place these using reference curves also, which are much easier placed if line based.
@ramonleen3472
@ramonleen3472 Жыл бұрын
Hi Aussie BIM Gure, the script worked perfectly except when I make a drop in elevation with the ducts than the duct support placed everything on the highest bottom elevation of the duct system. Do you have any idea how to solve this?
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
For this particular case you may need to use another mesh ray at these points at the duct level down to find out the drop in addition to the mesh ray upward to find the structure. My workflow here assumes flat duct runs currently.
@ballemistry950
@ballemistry950 4 жыл бұрын
Thank you so much! There's a lot to study What about cabletray supports?
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Similar workflow. As long as theyre in connected systems it should almost be the same.
@bender06160
@bender06160 3 жыл бұрын
@@AussieBIMGuru there s no system for cable trays, maybe we can filter them by a shared parameter
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
@@bender06160 yes in that case you would need something the runs have in common, or manual selection of connected trays to be supported.
@TheLegendMythMan
@TheLegendMythMan 4 жыл бұрын
Hi, great video and usefull in so many cases. But looking at the video it looks like you didn't achive the correct heights for fixings. In the first example the duct was fixed at the lowest point and in the second example it was all placed at the highest fixing point, as it looked like the fixing was inside the beam. I think you should go back and check the result, just to make sure.
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
You're right... I didn't quite notice it in the first test! I believe there is probably some finessing required in the clash detection node workflow, it looks like it set to the beam underside in a few cases vs slab. Hopefully the workflow enables others to explore and refine further, and thanks for paying such close attention! I'll cross check the methodology in january... it might be a lacing issue. No access to dynamo in my holidays unfortunately! I seem to recall the clashes were all being identified to the right point, so I think it will be in the difference calculations where I've missed a step.
@TheLegendMythMan
@TheLegendMythMan 4 жыл бұрын
@@AussieBIMGuru The model you used are the HAVOC model provided with Revit?, if so I can have a try. Anyways you have a great holiday and see you again in 2020!
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
@@TheLegendMythMan thanks, have a great one too! Yes I've used the advanced sample projects for mep and structure. I had to adjust the levels to match, and the models dont quite match in plan, but close enough to allow testing.
@sheaferravindran6668
@sheaferravindran6668 2 жыл бұрын
list=DSCore.List.Flatten(ducts); list[0]; "Bottom Elevation"; "Reference Level"; after this code block when bottom elevation is connected to parameter name it is showing errors
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
Make sure the previous lists have no null values, and that the parameter by that name exists in your family you are setting the value of the parameter to.
@jimmychan4868
@jimmychan4868 4 жыл бұрын
Hi, i don't know why have some error in my node, such as Curve.PointAtSegmentLength. however can you in case have time to teach how to solve placing opening for mep service cross the wall by using dynamo. Thank you so much!
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Follow the warnings back to where they first occur and try to find any 'nulls'. I have a video on penetrations in walls here; kzfaq.info/get/bejne/pZ1nn6-X3rfRY2Q.html Springnodes have nodes for floor openings. I'll probably make a video on this eventually.
@Fun_Masters64
@Fun_Masters64 2 жыл бұрын
hi Aussie.. you re really Guru, appreciate your work. can you please help me out to work out support for structural elements in same model, instead of linked model.
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
If in the same model you could use a raybounce from the data shapes package instead - this has the option to use nonlinked elements instead
@shivamsundaram7082
@shivamsundaram7082 4 жыл бұрын
Can you please make a script to place clevis hanger in slope pipe?
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
It would be a similar workflow to this, maybe have a try and see how you go :)
@shivamsundaram7082
@shivamsundaram7082 4 жыл бұрын
@@AussieBIMGuru I will try and let you know if any problem occurs.
@osamahashem1041
@osamahashem1041 4 жыл бұрын
Hi ,really Great work , please can you tell me where i can find those custom nodes
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
The nodes you need are in packages at 1:40, all downloadable from the package manager within dynamo. Manage > search for a package
@osamahashem1041
@osamahashem1041 4 жыл бұрын
@@AussieBIMGuru thanks
@tonyhoward6085
@tonyhoward6085 4 жыл бұрын
I have known about dynamo for a few years however moved into more of an engineering role over the last bit. Having moved back to a design engineering role (which I have always preferred) I am picking dynamo up again. I have found your tutorials to be very informative, not just in getting it done but also showing what is also potentially possible. Do you have any tips on understanding the nodes available as they seem to be very architecturally based, for obvious reason? Another question is how to best implement dynamo into a national company that doesn’t really understand what is required of its engineering staff due to perceived negativity to drafting?
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Hi there Tony, I'm glad you're finding my channel and content helpful - and that the style of showing full workflow resonates with your needs. It might be worth viewing my 'learn dynamo' series as I focus more on nodes and less on workflow in these videos. A handy one is lesson 4; list management. Check out MEPover and Bimorph nodes for some helpful nodes related more closely to coordination and services. RE culture, if the company is not sold on BIM or CAD then dynamo will be a challenge. Consider if you are working with the right teams/firm if your passion is computation, and if it is, then start showcasing the potential benefits through business cases and live demos. Hope that helps!
@alvernepaiva3287
@alvernepaiva3287 2 жыл бұрын
That Raybounce node is really helpful!!! Is there any version of him, but instead of checking a link, the node checks any geometry in a set distance and direction?
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
I'd have a look at the 'RayBounce on Linked Model' node in the data shapes package, it has the ability to consider native and linked, or just linked in its fourth input.
@MegaFahaaad
@MegaFahaaad 4 жыл бұрын
I want to learn dynamo from where can or learn the basic please help
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Hi Fahad, the best places to begin are: Dynamo Primer: primer.dynamobim.org/ My learning series: kzfaq.info/sun/PLBKwx9iS-Luk38UWL7gU9LCP_gojOu1qi There are various other series to learn Dynamo available, but I find they focus too much on geometry and too little on Revit suitable workflows. I also have a webinar on how to best begin your learning journey: campus.hexabim.com/bim/Getting-Started-with-Visual-Coding-Dynamo-Grasshopper-and-beyond-with-Gavin-Crump/
@ibironke_regina
@ibironke_regina 2 жыл бұрын
The parameter values for "Bottom Elevation" and "Reference Level " are empty and this is clearly reflected in Revit. How can this error be corrected?
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
I believe these are default parameters for ducts if you mean those, otherwise try out my hanger family on github.
@ateeqafzal5969
@ateeqafzal5969 3 ай бұрын
How to download the script
@AussieBIMGuru
@AussieBIMGuru 3 ай бұрын
I keep my scripts on github under the dynamo repo.
@carmineaucello3246
@carmineaucello3246 Жыл бұрын
Hi Gavin this is a super usuful script. Many thanks for it. Very complicated to understand but I'll get it one day hopefully! Just one question: I get the hanger channel's Support height up to 973836.0. Not sure why? Hence I loose completely the vertical hangers. Potentially the thing comes from the clash node Code block warning: "List.GetItemAtIndex operation failed. Index was out of range. Must be non-negative and lenn than the size of the collection. Paramter name:index". Not sure what value this warning refer to? Many thanks really appreciated!
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
It's hard to say but my best guess is it could relate to imperial vs metric units, or the ray bounce wasn't successful and reached too far beyond the model. Cross check that the height number being provided is logical in Dynamo and if not look back through the data to see where it might be coming from.
@mohamedabdelhafiz2397
@mohamedabdelhafiz2397 4 жыл бұрын
is there anyway i can get the custom nodes you made ? , thanks
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Sure can, they're in a custom package I'm making. I keep a copy on my github; github.com/aussieBIMguru/Crumple
@newshunhk
@newshunhk 2 жыл бұрын
Hi I can make it work, but once I select another duct to run the dynamo, the supporting hangers in previous duct disappear... how to make it permanent? or I need to open the dynamo script everytime?
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
Run it in dynamo player.
@rteiberis
@rteiberis Жыл бұрын
Hello, Mr. Guru, asking for help as the last straw, watched the video many times over, typed everything by hand AND downloaded the script from github along with the hanger .rfa and no matter what, the codeblock in the raybounce group returns "null" instead of the list of clash points. Tried running the script in a model with a linked structural, architectural models and tried runing the script on the revit sample project. Please help
@rteiberis
@rteiberis Жыл бұрын
Edit, managed to make the supports extend to the element above, however it doesnt extend in the sample project file, only files with a linked ifc model. the problem im facing now is that some hangers extend beyond the slab, some inside of it. any tips?
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
Hrm it sounds like an error with the raybounce node. I havent tested this workflow beyond revit 2020 so might be some changes in node behavior since i made this unfortunately. I'll try to revisit it on the channel eventually for revit 2023.
@Karma-js3dl
@Karma-js3dl Жыл бұрын
Great video,i want to ask in node code block "Points = DSCore.List.GetItemAtIndex(clash@L2, 1);" appear warning (Warning: List.GetItemAtIndex operation failed. Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index) How i solved this warning? thanks
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
Work back through the workflow and find out why there is no match found. A -1 result means there wasnt a match in the list available to index.
@REYNAES1
@REYNAES1 4 жыл бұрын
this would be fine but in fabrication mep
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Similar workflow, but some different nodes would be required. You'd also need a fab part hanger which is harder to make than a revit family I think. Have a look at MEPover package.
@ummarkhan561
@ummarkhan561 Жыл бұрын
HI Aussie BIM Guru, Thank you for your useful sharing. I follow you to final step in node "Familyinstance.Bycurve" returns to"null". I Don't know what went wrong. Please Share me (ABG_GEN_Unistrut-Hanger_R20 )2019 Version Family.
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
github.com/aussieBIMguru/Revit-Files/blob/master/Families/ABG_GEN_Unistrut-Hanger_R20.rfa
@ummarkhan561
@ummarkhan561 Жыл бұрын
In this link this family is saved in later version. Can u please share me 2019 version.
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
@@ummarkhan561 unfortunately I made the family in 2020 so cannot downgrade it.
@ummarkhan561
@ummarkhan561 Жыл бұрын
In this tutorial, you used Revit 2019 version Family. I may see those family creation videos was also in R19 version here: kzfaq.info/get/bejne/f794e9WfqeCxdnk.html. And I want to thank you very much for this video. I really appreciate it.
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
Yes I believe by the time I uploaded my files to github I had begun using Revit 2020 so had to upgrade my old sample files I had on record.
@tingyunmao8861
@tingyunmao8861 4 жыл бұрын
Hello, is the support family tyoes in your article convenient to share?thank you.
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
I actually have a tutorial showing how to make the family here: kzfaq.info/get/bejne/f794e9WfqeCxdnk.html Good opportunity to learn, should take about 25 minutes in all.
@tingyunmao8861
@tingyunmao8861 4 жыл бұрын
​@@AussieBIMGuruThanks for your help. I have tried, but there are still some mistakes. The details cannot be well controlled, but it is a great progress,I hope more electromechanical projects will be provided in the future. Thank you for sharing
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
@@tingyunmao8861 you're welcome! I'll have more mep workflows in the new year, typically using the sample models.
@tingyunmao8861
@tingyunmao8861 4 жыл бұрын
@@AussieBIMGuru That's great. Now the mechanical and electrical processing is mainly pipe fitting processing, which is particularly difficult. I saw the mepover node today, and I don't have a good idea
@samehhanna2258
@samehhanna2258 4 жыл бұрын
I dont find Node ( duct system all elements in network )
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Make sure you have the MEPover package installed and browse through it - the node name might be different depending on the version you are using.
@ahmedallam9733
@ahmedallam9733 3 жыл бұрын
@@AussieBIMGuru please i cant find MEPover package could you help me please
@AussieBIMGuru
@AussieBIMGuru 3 жыл бұрын
@@ahmedallam9733 it is on the package manager in dynamo itself. If you cant access that it can be found here also; dynamopackages.com/#
@yanuar9093
@yanuar9093 Жыл бұрын
hello, i cant find get paramater valu by name. can you explain where i can find this node?
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
This comes with dynamo and is under Revit > Elements in the library.
@yanuar9093
@yanuar9093 Жыл бұрын
@@AussieBIMGuru thanks,can i ask again? in my dynamo in node ByRayBounce have a warning "Warning: LinkElement.ByRayBounce expects argument type(s) (Autodesk.DesignScript.Geometry.Point, Autodesk.DesignScript.Geometry.Vector, Revit.Elements.Views.View3D, Revit.Elements.Category, bool), but was called with (Autodesk.DesignScript.Geometry.Point[], Autodesk.DesignScript.Geometry.Vector, Revit.Elements.Views.FloorPlanView, null, bool). " and my ByRayBounce not the same with your node in the video,my bolean have some option after direction,origin and 3D view,i have 5 option which is direction,origin,3D View,category,find nearest.
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
@@yanuar9093 based on the warning it appears your view is a plan and a focal element hasnt been provided.
@yanuar9093
@yanuar9093 Жыл бұрын
when I connect the point (curve point) to the origin (byraybounce), a warning appears like that
@yanuar9093
@yanuar9093 Жыл бұрын
@@AussieBIMGuru can i know the version of Bimorphnodes in this video?
@vibhavarypatibandla4828
@vibhavarypatibandla4828 Жыл бұрын
How do start learning dynamo
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
I recommend first going through dynamo primer then looking into taking a guided course if youre not ready to experiment. I offer one here if of interest which covers a lot of ground: courses.bimguru.education/courses/course-dynamo-4revit
@vibhavarypatibandla4828
@vibhavarypatibandla4828 Жыл бұрын
@@AussieBIMGuru I will rent it out once I am done learning revit..thanks!!
@vibhavarypatibandla4828
@vibhavarypatibandla4828 Жыл бұрын
And do you have any course for preparation of autodesk certification exam of revit in similar price range? I would like subscribe to it
@AussieBIMGuru
@AussieBIMGuru Жыл бұрын
@@vibhavarypatibandla4828 unfortunately not. I havent taken the exam for years now, so am not 100% sure what it consists of these days. I'd check if firms actually want you to have it or not, most firms in Australia where I work don't care about it that much.
@vibhavarypatibandla4828
@vibhavarypatibandla4828 Жыл бұрын
@@AussieBIMGuru oh okay..I will surely rent out the dynamo course once I am done learning revit..thanks for the reply!
@relaxeabi6316
@relaxeabi6316 4 жыл бұрын
I am new its difficult and lengthy anybody can help me I want to learn dynmo I will pay
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
I should have a full course out in a month. It will be from beginner to intermediate and should be affordable as well. It will be structured and more organised than watching these types of tutorials so should hopefully help.
@relaxeabi6316
@relaxeabi6316 4 жыл бұрын
@@AussieBIMGuru can you help me I m beginner
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
Check out my 'learn dynamo' series playlist. kzfaq.info/get/bejne/qdGCqpaXvd-4o6c.html
@AussieBIMGuru
@AussieBIMGuru 2 жыл бұрын
My Dynamo course is now available :) courses.bimguru.education/courses/course-dynamo-4revit
@tanhieunguyen2387
@tanhieunguyen2387 4 жыл бұрын
@AussieBIMGuru
@AussieBIMGuru 4 жыл бұрын
:)
Align MEP Fixtures to Linked ceilings using Dynamo!
18:18
Aussie BIM Guru
Рет қаралды 9 М.
Get real world coordinates using Dynamo!
14:23
Aussie BIM Guru
Рет қаралды 8 М.
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 71 МЛН
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 19 МЛН
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 15 МЛН
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 10 МЛН
Door thresholds in room outlines using Dynamo!
15:41
Aussie BIM Guru
Рет қаралды 3,6 М.
Outlet Placement using Dynamo!
24:19
Aussie BIM Guru
Рет қаралды 10 М.
Webinar: Leveraging the power of automation using Dynamo!
41:22
Aussie BIM Guru
Рет қаралды 3 М.
CAD Blocks to Revit Families using Dynamo!
20:46
Aussie BIM Guru
Рет қаралды 13 М.
Formwork estimation using Dynamo!
18:39
Aussie BIM Guru
Рет қаралды 13 М.
Understanding list levels in Dynamo!
12:30
Aussie BIM Guru
Рет қаралды 12 М.
SHOW CLASH CHECK IN REVIT WITH DYNAMO
0:27
vunguyen13
Рет қаралды 5
Create floor openings in Revit using Dynamo!
19:43
Aussie BIM Guru
Рет қаралды 8 М.
Create Dependent View Sets using Dynamo!
14:52
Aussie BIM Guru
Рет қаралды 6 М.
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 71 МЛН