Grasshopper Tutorial (Random Boxes)

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

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

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

    In this Rhino Grasshopper tutorial, you will learn how to generate parametric Random boxes with their top faces rotated in two directions.
    Download the free example file👇
    parametrichouse.com/random-rotated-boxes

    • @Funtime2890
      @Funtime2890 ปีที่แล้ว

      thank you for ur reply though i finally managed to do it on my own and urs tutorial have helped me to see every possibility which for sure i can tell and always to break down into pieces and tackle them thanks once again 🙏🙏🙏

  • @What_Other_Hobbies
    @What_Other_Hobbies 4 หลายเดือนก่อน

    Great tutorial.
    I added a Planar after the 2nd Rot3D, then ProjectA of original cells with Z direction, and loft with this to original cells to get rid of the taper.

  • @SuperLaNina
    @SuperLaNina 3 หลายเดือนก่อน

    Great explanation! Thanks for sharing your knowledge.

  • @SemoiKhan
    @SemoiKhan 3 หลายเดือนก่อน

    was looking for exaclty this tysm

  • @wordit184
    @wordit184 ปีที่แล้ว

    This will come in handy for me. Thanks.

  • @bra9933
    @bra9933 ปีที่แล้ว

    Thank you so much for your interesting tutorials!

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

    Thank you! this tutorial was very helpful. I needed to randomly rotate cubes. After some try and error connected the geometry output of the second Rotate 3D to one Curve module, and then into the base input of a center box module. The result was very satisfactory.
    But... i was wondering. If i look the result from a top view, the original square grid is very noticeable. Could I use, for example, a voronoi pattern to give more sense of randomness? The intention is to form a pool of foam cubes

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

      Wow that's nice idea please share the result. Yes you can use the Voronoi instead but you should be aware that the number of vertices can be varied. So you have to use list length to create sufficient amount of upward vectors. Best!

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

    Thanks for all the tutorials I've been doing as many as possible to get as familiar as I can with GH is the fastest time possible.
    I was doing a similar tutorial today and I decided to try applying a Gradient shader to each block to preview each extrusion as a different colour based on its branch Index. I have a feeling it's simple to do but I just couldn't figure it out. How would I achieve that with this example?
    Thanks!!

    • @ScottValentine
      @ScottValentine ปีที่แล้ว

      All good I figured it out. Just take the list of Breps, flatten if the list isn't flattened. Feed that to list length to get the upper limit domain and set the lower to 0. Then to convert the index to a parameter use the List Index node, feed the flattened list of Breps into both list and item and the index then becomes the parameter.
      I'm not sure where I'd use this I just got inquisitive about how to actually do it.

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

      You're welcome
      Exactly
      I would connect the heights to a bound and then explode domain to get the lower and upper numbers and feed them to gradients domain. Obviously the heights will go to the gradient and then a custom preview.

  • @mahmoodal-haddad2611
    @mahmoodal-haddad2611 ปีที่แล้ว

    That would be intersting as well if i can offset the edges and make holes in the box so i can make out of them shelfs

  • @Funtime2890
    @Funtime2890 ปีที่แล้ว

    thanks for the tutorial but i was one bit a head and wanted to do the random scaling of the upper square grids with random and scale (taperd type)but was not able to come up with random scaled squares why is that thank you
    🙏🙏🙏

    • @ParametricHouse
      @ParametricHouse  ปีที่แล้ว

      You're welcome
      You can scale them from their centers. Simply give a random component to the scale factor

  • @anime4arb
    @anime4arb 8 หลายเดือนก่อน

    hi ,so what if i dont want to rotate the cells in z direction randomly can do that?

    • @ParametricHouse
      @ParametricHouse  8 หลายเดือนก่อน

      Yes, sure. You can define a geometric reference for rotation like point or curve or image attractors.