Learn Dynamo - Lesson 5: Design Script and Code Blocks

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

ความคิดเห็น • 31

  • @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!

  • @konstantinospaschalidis6182
    @konstantinospaschalidis6182 8 หลายเดือนก่อน +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  8 หลายเดือนก่อน

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

  • @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 10 หลายเดือนก่อน +1

    GREAT CONTENT

  • @MrOsama22
    @MrOsama22 4 หลายเดือนก่อน +1

    genius !

  • @keshavkumarOfficial
    @keshavkumarOfficial 4 ปีที่แล้ว +2

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

  • @aaruparanzhu
    @aaruparanzhu 3 ปีที่แล้ว +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  3 ปีที่แล้ว

      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 3 ปีที่แล้ว +1

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

  • @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 2 ปีที่แล้ว

    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  2 ปีที่แล้ว +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/

  • @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

  • @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.