Тёмный
DynamoBIM
DynamoBIM
DynamoBIM
Подписаться
Welcome to the Dynamo RU-vid channel!

Dynamo is an open-source visual programming platform for designers. Aimed toward both non-programmers and programmers alike, Dynamo is a flexible and extensible design tool for developing a wide range of creative workflows.

Dynamo can be downloaded as a standalone Sandbox mode or as a plugin for other software such as Revit or Maya.
Dynamo Hype Video
1:38
2 года назад
Lesson 07 - Computational Logic
18:22
2 года назад
Lesson 06 - Nested List Management
11:04
2 года назад
Lesson 05 - Data Management
7:01
2 года назад
Unit 7 - Code Block (Part 2/2)
18:20
2 года назад
Unit 7 - Python
10:37
2 года назад
Unit 7 - Code Block (Part 1/2)
4:50
2 года назад
Unit 6 - Solar Orientation
14:23
2 года назад
Unit 5 - Excel Write
11:45
2 года назад
Unit 5 - Panel Deviation
9:43
2 года назад
Unit 4 - Image Read (Part 2/2)
6:37
2 года назад
Unit 4 - Image Read (Part 1/2)
5:32
2 года назад
Unit 4 - Excel Read (Part 4/4)
4:03
2 года назад
Unit 4 - Excel Read (Part 3/4)
1:56
2 года назад
Unit 4 - Excel Read (Part 2/4)
7:30
2 года назад
Unit 4 - Excel Read (Part 1/4)
3:10
2 года назад
Unit 4 - Import SATs Into Dynamo
3:49
2 года назад
Комментарии
@MohamedGamal-ig9rh
@MohamedGamal-ig9rh Месяц назад
Amazing ...Thanxx
@hafat4342
@hafat4342 Месяц назад
how to insert the Node: StructuralFraming.ByCurveLevelUpVectorAndType?
@Norp-i7m
@Norp-i7m 5 месяцев назад
Music not intense enough.
@PANDURANG99
@PANDURANG99 6 месяцев назад
This video highest quality is 720p
@neel5933
@neel5933 7 месяцев назад
why i cant see the graph inside dyn file?
@PANDURANG99
@PANDURANG99 7 месяцев назад
How to deploy dynamo file to many users for corporate level? and user may not see the code. Is it possible?
@amoursol
@amoursol 7 месяцев назад
Dynamo today dos not use any form of obsfucation towards the graph, no. The .DYN file can be read by any text editor and doesn't have any specific tooling to avoid this. There are approaches you can take as a user if you wish, but they will require knowledge and effort, such as: Creating custom C# nodes that are compiled, so end-users cannot see the code, or using some form of Python based obsfucation like pyarmor. You could go as far to set up your own service and ship only the results of a graph run via the CLI to end-users, but that's full blown software development.
@santiagojaviergarciamanso491
@santiagojaviergarciamanso491 7 месяцев назад
I cannot here anything, why on earth did you record it so low volume and did not check before? very disappointing
@annagrab7098
@annagrab7098 10 месяцев назад
Such a shame! Use the dropdown for textnote to get the location of the viewport! Make a simple dropdown input node with custom options!
@simple3dtutorials448
@simple3dtutorials448 11 месяцев назад
Do you know where I can a certified training in the US online?
@amrallali2219
@amrallali2219 Год назад
💚
@ArchitectMouaed
@ArchitectMouaed Год назад
please how do I make and define the hexagonal shape
@gustgusta
@gustgusta Год назад
its imports the wrong geometry aways. In fact, its creates a new geometry totally diferent of all in studies
@Rashidiill
@Rashidiill Год назад
I tried to do lacing but it does not show me the grid of points rather it shows diagonal line. what could be the problem.
@el.omondi
@el.omondi Год назад
I have the same problem
@M4rin3sPL
@M4rin3sPL 11 месяцев назад
In my case it does not work either. I managed to resolve this issue attaching node List.GetItemAtIndex to Code Block outputs, and then to u and v inputs in Surface.PointAtParameter node.
@el.omondi
@el.omondi 8 месяцев назад
@@M4rin3sPL what's your index input on the list.getitematindex node?
@toniferreadrover2187
@toniferreadrover2187 Год назад
How did you guys make every video so quiet, every time theres an ad my ears get perforated with sound.
@just_a_statistic
@just_a_statistic Год назад
Page not found
@amoursol
@amoursol Год назад
Apologies for the miss on these broken links - these have been updated now!
@alexandernaljot1769
@alexandernaljot1769 Год назад
Thank you for your Video. I can get room area but room volume failed. It shows me that volume is everywhere at zero. Do you know what I am doing wrong? Thank you for help.
@jskbim
@jskbim Год назад
what does 177326 do ?
@amoursol
@amoursol Год назад
Are you referring to the numbers inside the green rectangle? If so, they are the Element Id's of the Rooms, and clicking them takes you to that object in Revit :)
@PyroMoopser
@PyroMoopser Год назад
the audio is so quiet
@zeshan.ali.3189
@zeshan.ali.3189 Год назад
Why point.byparameters doesn't work for me, i have to use Autodesk.point.byparameters
@royalsprite189
@royalsprite189 Год назад
why does the format of revit dynamo differs from the display of dynamo sandbox?
@kanagaratnamjeyendran6811
@kanagaratnamjeyendran6811 Год назад
Hello ! Could You please explain what You means by Grip Handles. Those tre axis(es) ? Better response with a figur, please.
@amoursol
@amoursol Год назад
The grip-handles are the Coordinate System you see on the point itself (Red, Blue and Green vectors) that you can select and use to move the point.
@osmanmohamed6952
@osmanmohamed6952 Год назад
are these tutorials useful for me as an electrical engineer?
@amoursol
@amoursol Год назад
They are indeed! To use Dynamo for Electrical Engineering you'll need to know the basics. I would recommend that you go through this series to get a handle on how it works.
@osmanmohamed6952
@osmanmohamed6952 Год назад
@@amoursol so do you recommend any series after this?
@195_dimasriopratama4
@195_dimasriopratama4 Год назад
in the last segment, we replaced an integer with variable/string "a". Then, we plug integer slider to become function f(a). I'm wonder how if we put two string "a" and "b" in code block? do we can manage them with a couple of integer slider? thank you in advance!
@amoursol
@amoursol Год назад
You totally can! In this example, there is a code block of: "2..#a..10;" which is hard coded 2 and a hardcoded 10. Both of these could be variables that can use their own slider, yes! So you could write: "x..#a..y;" and have three sliders, one for the 'X' (Starting point), one for the '#a' (Amount) and one for the 'Y' (End point).
@Ella_a_ella
@Ella_a_ella Год назад
Hi i face some differences here on my Dynamo, They are as followed: 1) I can’t make group from groups 2)there is no description options on my group 3)it looks totally different on my screen, I don’t have the “ellipses button” Will you please guide me how to solve it? Thanks in advance
@amoursol
@amoursol Год назад
Hi - You are most likely on an older version of Dynamo! From version 2.13 it will look like the new UI, which came out in Revit 2023.
@sachinnagpal-3dartistbimpr186
Thank you for the informative video. However Extensions tab is missing in my Dynamo menu. from where can i add this extensions tab? kindly suggest
@amoursol
@amoursol Год назад
This will depend on what version of Dynamo you have - Dynamo 2.13 or higher will have the "Extensions" tab and associated features.
@vrbaac1641
@vrbaac1641 Год назад
i love your explanation ^^... thank you
@jednooki555
@jednooki555 Год назад
Like watching trailer in the movies. So much action!
@xkotairax
@xkotairax Год назад
"404 - Page not found Oops! That page can’t be found."
@amoursol
@amoursol Год назад
Hi Kotaira - So sorry we missed this notification - the links have been updated now!
@scotttomlinson6874
@scotttomlinson6874 Год назад
Hi, this looks really interesting. Unfortunately I get a 'page not found' error on the resource links.
@amoursol
@amoursol Год назад
Hi Scott - So sorry we missed this notification - the links have been updated now!
@angeloprestano6113
@angeloprestano6113 2 года назад
I am not able to visualize the axis and the grid at the starting point of the new file; Can you Help me?
@amoursol
@amoursol Год назад
Do you use metric or imperial units? If metric, this will unfortunately be too small to see as it's created unitless.
@larshgild2013
@larshgild2013 2 года назад
I see another have asked the same question and found the file - but here i am, i have downloaded both datasets and still it is missing. so can anyone tell me where to find the 10_customNodes file ?? i have downloaded "Dynamo213PlusVideoDatasets" and "AdvancedCurricullum" dataset but cant see it there ??
@jednooki555
@jednooki555 Год назад
I was looking for it too. Didn't find it. I've made it myself though. It took like a minute ;).
@McOchanIKut
@McOchanIKut 2 года назад
Hi. Can I have function in dynamo codeblock that returns more than one variable as the output? I have been trying to create one but it keeps telling me the variable return has been defined more than once. I need a function block that returns more than one output. I want to call the function at several instances in my code.
@amoursol
@amoursol Год назад
Hi McOchanlKut - Every variable in a Codeblock needs to be unique, so you can't try to call multiple lines of code with "a = <some code>; a = <some other code>". If you are looking to return multiple results in a list you can easily do that in the following format: "a = 1; b = 2; c = 3; list = [a, b, c];"
@jeffcad360
@jeffcad360 2 года назад
Thank you for this very useful presentation.
@DevinSheaProductions
@DevinSheaProductions 2 года назад
Can’t hear
@mohamadhoussamkastali2549
@mohamadhoussamkastali2549 2 года назад
hello i tried to follow yours steps but Data.openXMLEportEXcel is failed .
@egmelaku
@egmelaku 2 года назад
🙏Thanks for this helpful tutorial. I want to change the calculation option 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 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!
@egmelaku
@egmelaku 2 года назад
🙏Thanks for this helpful tutorial. I want to change the calculation option 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 custom fixture flow rate/table. 👉 How would you advise me, please? Thanks!
@amoursol
@amoursol Год назад
Hi Egmelaku - The Dynamo Forum is the best place for these kind of questions: forum.dynamobim.com, so please go here and ask it :)
@ChipBoss
@ChipBoss 2 года назад
hello, my dynamo in revit doesn't have Data ExportExcelXml. How can I find and install ExportExcelXml for my dynamo. Thank a lot
@qilongtang7355
@qilongtang7355 2 года назад
Hi Which Revit version do you have? You may have to update Revit in order to get a version of Dynamo with this newer node
@AGRDB
@AGRDB 2 года назад
🤯the new interface ❤
@bayowindapo3647
@bayowindapo3647 2 года назад
Enjoying the new interface. Well done to the team.
@dimsabor5812
@dimsabor5812 2 года назад
dude i cannot find the 10_customNodes sample file you are reffering to in this video.. so frustrating.
@dimsabor5812
@dimsabor5812 2 года назад
lol nvm. it was included as zip package on the site. thx.
@damirces
@damirces 2 года назад
Really cool video and explanation.. But man, the voice is probably John Pierson...
@solamour684
@solamour684 2 года назад
The voice is indeed the awesome John Pierson!
@ismail2703
@ismail2703 2 года назад
Sound
@seeh2582
@seeh2582 2 года назад
How do you select only a line from the model element?
@jednooki555
@jednooki555 Год назад
You need to draw it first. He didn't do that step in tutorial. Line isn't drawn in model from tutorial files either.
@rcoprojects
@rcoprojects 2 года назад
Are these sound levels real ? many tutorials at dynamo´s web page with the same issue.....better double checking as right now they are useless I am afraid
@onleajezierski1852
@onleajezierski1852 2 года назад
𝐩яⓞ𝓂𝓞Ş𝐦 ⭐
@BrunoValads
@BrunoValads 2 года назад
Nice video! I feel that the visualization with fast display disabled could be improved if instead of drawing all those cuboids it draws a single solid with Solid.ByUnion.
@jcardielm
@jcardielm 2 года назад
Thank you for your video! I have one problem though... The imported geometry is out of scale and level of reference... Why does that happen? Do you know how to fix it? Thanks a lot!
@rajendradeshpande1911
@rajendradeshpande1911 2 года назад
Sound quality is barely audible. And sub-titles/closed captions are not available. Dynamo is an important subject, such videos be repaired or deleted.