# 237 : Convex Concave Lampshade / Rhino Grasshopper Advanced Tutorial

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

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

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

    Thanks for the video.
    About if condition
    if(x/2=0, x, x+1)
    Where
    if (condition, value_if_true, value_if_false)
    This is interesting exemple for using and clear method for analize.
    Respect !

    • @sung-munan
      @sung-munan ปีที่แล้ว +1

      if(x/2=0, x, x+1) >> if(x%2=0, x, x+1) I think " It's Modulus!!

  • @MatteoMugnai-y9q
    @MatteoMugnai-y9q 11 หลายเดือนก่อน +1

    In Rhino 8 , the number slider doesn’t become either a domain or steps, so then the function doesn’t work. Am i wrong? I would really like to learn

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

    항상 감사합니다~

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

    Great work as always!

  • @МаксимГоршкалев-ъ7х
    @МаксимГоршкалев-ъ7х 25 วันที่ผ่านมา

    there is no Rebuild surface component! Maybe you know where to download it? thanks

    • @RhinoGrasshopper
      @RhinoGrasshopper  25 วันที่ผ่านมา

      www.food4rhino.com/en/app/lunchbox

  • @AnigmaFaye
    @AnigmaFaye 10 หลายเดือนก่อน

    Hello, i cannot find the rebuild surface tool in rhino 7. Do I need a plugin for that? Or is it only available on windows (I'm using Mac). Do i need this at all if i already have an existing surface in rhino?

    • @RhinoGrasshopper
      @RhinoGrasshopper  10 หลายเดือนก่อน

      Install LunchBox components : : www.food4rhino.com/en/app/lunchbox

    • @AnigmaFaye
      @AnigmaFaye 10 หลายเดือนก่อน

      @@RhinoGrasshopper ah okay thank you. Sadly Lunchbox is only available on whindows.

    • @sebij.7975
      @sebij.7975 หลายเดือนก่อน

      @@AnigmaFaye no it isn’t actually

    • @isnie
      @isnie 12 วันที่ผ่านมา

      @@AnigmaFaye You need to launch Rhino in Rosetta mode if you're on Apple Silicon. If you do that the Lunchbox tab will appear.

  • @OriyaHallel
    @OriyaHallel 9 หลายเดือนก่อน

    hey, when im using the expression i get this red alarm: 1. Parameter "Variable x" has an invalid name. Only use alphanumeric characters and don't start with a number. how should i fix it?

    • @RhinoGrasshopper
      @RhinoGrasshopper  9 หลายเดือนก่อน

      When you right-click on variable x, you can rename it. Change 'varivale x' to 'x'.
      Or, uncheck the 'Display / Draw Full Names' option in the Grasshopper menu (Alt + F).

    • @martinsix8037
      @martinsix8037 6 หลายเดือนก่อน

      @@RhinoGrasshopper worked for me!

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

    thanks so much!

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

    What does this formula mean: "if(x%2=0,X,X+1)"?

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

      The "%" symbol represents the remainder of a division. Therefore, if the remainder is even, the value of x is used, and if the remainder is odd, 1 is added to the value of x.

  • @xiongxiong2021
    @xiongxiong2021 7 หลายเดือนก่อน

    what is {0,2,...}?

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

      hi did you solve the problem?

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

      @@reveuse07 no...

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

    Thank you, not an easy one, is it possible without expression? I'd like to try

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

      Also curious about this, love the thing GH can do, but it seem already complex to learn, but if you also need to learn maths, it feel too much. Is there a similar program that does have the ability to do the near thing but with a more friendly ux ?

    • @supercomputadora
      @supercomputadora 6 หลายเดือนก่อน

      @@odonotso3941 in most program you can do this.. but you need to know how no use the diference tools and how to combine then

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

      Instead of expression in this case, you can just divide the values from integers by 2, put that into another integer and multiply by 2. This way you get same values either way if you use this or expression, at least in my case.

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

      @@odonotso3941 You don't need to learn math if you're not making very complex things, knowing math gives you bonus, but you just need to understand why is something the way it is, in this example you just want to make sure the numbers are dividable by 2, the expression is just a fancy way of doing that.

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

    how do you bake this

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

      Right-click the last components(SubD from Mesh) and choose "Bake".