Grasshopper 101: Parameterization | #09.b SubD to NURBS Surface | Pack Faces | Default Packed

Поділитися
Вставка
  • Опубліковано 26 сер 2024

КОМЕНТАРІ • 19

  • @tay.0
    @tay.0 2 роки тому +3

    Finally I understood the pack faces command!

  • @chengxinsha2788
    @chengxinsha2788 2 роки тому +4

    Big fan of your work! Please keep going!

  • @jacobooyens9539
    @jacobooyens9539 2 роки тому

    Thanks. Your tutorials are magic!

  • @user-ku5cm3ng5g
    @user-ku5cm3ng5g 6 місяців тому

    Please keep going! you perfect

  • @mhammedmojahid1540
    @mhammedmojahid1540 2 роки тому +1

    Thank you

  • @othmaneb9439
    @othmaneb9439 Рік тому

    very helpful. thank you

  • @LurLemurllcorp
    @LurLemurllcorp 6 місяців тому

    Now using Python 3, and this method not actual please update video

  • @sunchao730
    @sunchao730 Рік тому

    Hi~Love your works, also want to ask you how to download the "CurvePreview" component, can't find it anywhere, thanks!

    • @learnvisualprogramming
      @learnvisualprogramming  Рік тому

      Hi, thanks for the comment. I believe the " CurvePreview" belongs to the NGon addon, but if you're only after the tools for the preview customization, I would recommend trying Human. Links below.
      ►www.food4rhino.com/en/app/ngon
      ►www.food4rhino.com/en/app/human

    • @sunchao730
      @sunchao730 Рік тому

      @@learnvisualprogramming Thank you, I've downloaded and tried both of them, works really well. Have to say I love your video style, simplicity and clarity. Never thought one day I will try to learn python for grasshopper, always seem too hard for me. But I am right now.

    • @learnvisualprogramming
      @learnvisualprogramming  Рік тому

      @chao sun, Thank you for your generous comment. We're glad to hear that our tutorials made you feel more emboldened to learn Python, keep going! ;)

  • @learnvisualprogramming
    @learnvisualprogramming  Рік тому

    IMPORTANT: This tutorial is not meant for converting a polysurface into a single surface. The PackFaces command will not magically merge (nor will "wrap") a Brep into a single surface.
    If a polysurface has sharp edge relationships between the faces, trimmed faces, and other complexities, it might not be possible to convert it into a single NURBS surface.
    You can try rebuilding the geometry by modeling it from a single surface with control points or using other modeling tools while avoiding breaking surface continuity.
    Check out the PatchSrf command:
    ►docs.mcneel.com/rhino/5/help/en-us/commands/patch.htm
    Check out the NetworkSrf command:
    ►docs.mcneel.com/rhino/5/help/en-us/commands/networksrf.htm
    Check out Mesh shrink-wrap:
    ►discourse.mcneel.com/t/shrinkwrapping-complex-geometry/147054/13

  • @mojganhariri284
    @mojganhariri284 Рік тому

    If the SubD is a closed SubD, the ghpython script doesn’t work.

    • @learnvisualprogramming
      @learnvisualprogramming  Рік тому

      The script works with closed SubD. But it can only pack the faces that are possible to pack. Parts containing extraordinary vertices, and creases won't be packed. In some instances, the MergeSrf command might work out. Utilize the SetPerFaceColorByFacePack as a reference for what packing you should expect. More information and relevant links are in the video description.

    • @mojganhariri284
      @mojganhariri284 Рік тому

      @@learnvisualprogramming Thank you. You are the best.

  • @mustafanasser5363
    @mustafanasser5363 Рік тому

    It didnt work pls help

    • @learnvisualprogramming
      @learnvisualprogramming  Рік тому

      If you seek assistance with regards to this tutorial, please contact us via email with the relevant files attached.