Tutorial: Live structural analysis. Click and drag a simple truss for moments in grasshopper.

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

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

  • @davidanderson9176
    @davidanderson9176 2 ปีที่แล้ว +1

    Thany you for this. I was trying to implement this visualization on a parametric arch truss and was having trouble getting the trees into the format that the solver wanted, but i managed to do it!

  • @Mr6345
    @Mr6345 4 ปีที่แล้ว +1

    Love love love love! thank you so much

  • @vicente_3d
    @vicente_3d 2 ปีที่แล้ว +1

    thank you, really usefull!!

  • @e_innus
    @e_innus 4 ปีที่แล้ว +1

    Great!

  • @Gupston
    @Gupston 3 ปีที่แล้ว +1

    is there a video explaining this in python code on rhino?

  • @Minotarro
    @Minotarro 3 ปีที่แล้ว

    I'm trying to edit the C# script on rhino7 (mac version) but it seems I can't really access to the editor. I double click on the component or right-click>edit source but nothing happens. I even tried to search for the algorithm on your site but I can't find it: is it available to download?

    • @StructuredParametrics
      @StructuredParametrics  3 ปีที่แล้ว +1

      Not sure why this is happening. If you can't edit with the code component there might be something wrong with the install. BTW - the edit window sometimes goes onto other screens if you have used multiple monitors.

    • @Minotarro
      @Minotarro 3 ปีที่แล้ว

      @@StructuredParametrics thank you very much, I'll try to resolve it. thanks again

  • @qualifiedalternative8697
    @qualifiedalternative8697 3 ปีที่แล้ว

    I did exactly what you did in thí video but the result is not like that, I don't know where my errors are, could you help me?

    • @StructuredParametrics
      @StructuredParametrics  3 ปีที่แล้ว +1

      Check if the lists are flattened or in the right format. Often this is the cause of problems. Hope this helps.

    • @qualifiedalternative8697
      @qualifiedalternative8697 3 ปีที่แล้ว

      @@StructuredParametrics I'll sincerely appreciate that if you don't mind checking this product
      drive.google.com/file/d/1pPBiSuSbtwm4kfALFdykbAP3wKcU9A9i/view?usp=sharing

    • @StructuredParametrics
      @StructuredParametrics  3 ปีที่แล้ว +2

      On the second Multiplication [A x B] after [MyB], change input C to 1 instead of -1. The moment for MyB does not need to be made negative.
      This should make it behave similar to the tutorial example.

    • @qualifiedalternative8697
      @qualifiedalternative8697 3 ปีที่แล้ว

      @@StructuredParametrics OMG thank you so much

    • @qualifiedalternative8697
      @qualifiedalternative8697 3 ปีที่แล้ว

      one more thing, if I want to turn nodes at intersections into internal links with free rotation ZZ, how should I do?