Learn Dynamo - Lesson 5: Design Script and Code Blocks

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 35

  • @konstantinospaschalidis6182
    @konstantinospaschalidis6182 11 месяцев назад +1

    I just wanted to find a quick intro to DesignScript so that I could save time and your video was right on-point. Exactly at the pace needed and exactly the concepts needed for anyone with only a basic knowledge of coding to get the gist of it and get results. Thank you very much!

    • @AussieBIMGuru
      @AussieBIMGuru  11 месяцев назад

      Glad it still held up for you after all these years!

  • @Knook69
    @Knook69 Год назад +1

    Hi Gavin,
    As a 74-year old construction engineer I still remember the drawing tables I started my occupation with. 10 years back my doctor told me to not only keep my body in good shape by exercising but also keep my brains working. Following your lectures is just doing that. Thanks a lot and you young guys are lucky with all the tools and toys you have nowadays to do your work!

    • @AussieBIMGuru
      @AussieBIMGuru  Год назад

      I'm in admiration of people who have been through many changes in approach and platforms in our industry, great work on keeping up with it all and pursuing fresh approaches! I briefly used drafting tables at university and I can attest that the platforms haven't yet captured the tactile/fluid motions of our hand - the body is a feat of engineering! Very much agree with the doctor, mind/body are closely connected. Glad to have helped provide some examples of new ways of working!

  • @tadeh1
    @tadeh1 5 лет назад +1

    This tutorial really helped to get my head around design script. I knew it wasn't complicated but I wanted to understand the whole picture. You delivered in spades.

    • @AussieBIMGuru
      @AussieBIMGuru  5 лет назад +2

      Thanks so much, glad this helped understand a rather tricky side of dynamo! There is a lot more complexity in the DS side of dynamo, but hopefully this acts as a launching pad into it for those keen to delve deeper. Great to see you're working your way through the series too, MVP!

  • @diegoarmandomoreno5763
    @diegoarmandomoreno5763 Год назад +1

    GREAT CONTENT

  • @aaruparanzhu
    @aaruparanzhu 4 года назад +1

    hI there,,, thanks for the tutorials ....how do we get lacing as a cross product for code blocks...for instance points by coordinates...

    • @AussieBIMGuru
      @AussieBIMGuru  4 года назад

      You'll need to use replication guides for this. There is some examples on the primer here;
      primer.dynamobim.org/07_Code-Block/7-2_Design-Script-syntax.html

    • @aaruparanzhu
      @aaruparanzhu 4 года назад +1

      @@AussieBIMGuru Thanks,,, this one was quite going on in my head for a really long time... i appreciate..

  • @MrOsama22
    @MrOsama22 6 месяцев назад +1

    genius !

  • @keshavkumarOfficial
    @keshavkumarOfficial 4 года назад +2

    Please MAKE A VIDEO ON GENERATIVE DESIGN-Space Planning and office layout

  • @hazimzaim3996
    @hazimzaim3996 Год назад

    why does my code block have a number in front? for example I want to write 1; .. but it appears as 1|1; ?

    • @AussieBIMGuru
      @AussieBIMGuru  Год назад

      They added row indices in later versions of dynamo.

  • @cengizhankaya6272
    @cengizhankaya6272 4 года назад +1

    Hi I am using the current version of dynamo.I can't do this with code block in the String command " when I use this mark it gives an error.

    • @AussieBIMGuru
      @AussieBIMGuru  4 года назад

      What does the error say?

    • @cengizhankaya6272
      @cengizhankaya6272 4 года назад

      @@AussieBIMGuru EOF expected

    • @AussieBIMGuru
      @AussieBIMGuru  4 года назад

      @@cengizhankaya6272 make sure you check all strings are closed with another ", all lists are closed with a ] and all lines end in a ;

    • @cengizhankaya6272
      @cengizhankaya6272 4 года назад +1

      @@AussieBIMGuru thank you

  • @KableTdi
    @KableTdi 3 года назад

    I tried the "squared" function but its not recognizing it. Its not highlighting it in blue as a definition, I am doing something wrong or its the new version of dynamo that changed? thanks

    • @AussieBIMGuru
      @AussieBIMGuru  3 года назад +1

      The squared function in this case was definef as a custom one. I believe custom functions should still work like in this video, although I mostly use Python for functions these days.

  • @DoggieB92
    @DoggieB92 4 года назад

    Is it possible to insert a c# node that links direct to the Revit Api? Design script feels very unnatural once you know how to code

    • @AussieBIMGuru
      @AussieBIMGuru  4 года назад

      It sure is! You can write in either python or develop 'zero touch nodes' which use c and are precompiled into custom package dlls.
      Good guide here;
      teocomi.com/dynamo-unchained-1-learn-how-to-develop-zero-touch-nodes-in-csharp/

  • @SupacellOfficial
    @SupacellOfficial Месяц назад

    personally i dont learn just being spoken to i wish he d make working exercises like to day we are learning how to make a user interface and does a tutorial . that's how people really learn how to use a software

    • @AussieBIMGuru
      @AussieBIMGuru  Месяц назад +1

      @@SupacellOfficial go check out my dynamo playlist - plenty of real world scripts I've used in practice. This is just my learning series for beginners, which is quite old and out of date now.
      Dynamo is one of those tools of which you have to find how it specifically helps you - I can't lead you to the problems you need it to solve for you, the best anyone can do is give you the fundamentals you can use once you find them yourself.
      Regarding a user interface, in dynamo this needs the data shapes package unless you use dynamo player.

    • @SupacellOfficial
      @SupacellOfficial Месяц назад +1

      @@AussieBIMGuru omg thankyou very true while you're online im going to take the opportunity to ask u have you done a tutorial on how to automate whats in a drawing into a schedule?

    • @AussieBIMGuru
      @AussieBIMGuru  Месяц назад +1

      @@SupacellOfficial generally if using Revit, you could look at this using the new Schedule tools in 2023 where they added the ability to filter schedules by view potentially. The alternative is to use element/material keynoting and a keynote legend which generally only shows which keynotes are tagged in views on their given sheet.

  • @nhmk791
    @nhmk791 2 года назад

    im really dumb, have no knowledge and still new in dynamo by watching youtube.. how do you put xy point list in the code block?
    code block
    x
    y
    like that..i really have no idea cuz its already there when you show it

    • @AussieBIMGuru
      @AussieBIMGuru  2 года назад

      This is done using design script - watch from about 7:55.

  • @danielkrajnik3817
    @danielkrajnik3817 3 года назад +1

    2:20 lol

    • @AussieBIMGuru
      @AussieBIMGuru  3 года назад

      It's make or break stuff haha

    • @danielkrajnik3817
      @danielkrajnik3817 3 года назад +1

      @@AussieBIMGuru go fast and break stuff. thanks for the content. after finding out that dynamo is a succint, plain script underneath instead of some ugly xml I got big hopes for this project