Learn Dynamo - Lesson 11: Surfaces

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 15

  • @rouhollahbasirat7882
    @rouhollahbasirat7882 4 месяца назад

    thank for sharing this video. I have a toposolid element that is intersected and cutted by some void elements. I want to extract the surfaces, but it is not possible. i try different ways. For example i recive this error: "failed to trim surface with polycurve loop." what should i do?

    • @AussieBIMGuru
      @AussieBIMGuru  3 месяца назад

      Yes generally for very heavy/large topographies you will tend to get these types of warnings. For heavy intersections like this I tend to work with Rhino and Rhino Inside which runs into less of these types of errors these days.

  • @mbudzko
    @mbudzko Год назад

    Hello Guru. Awesome piece of tutorial. I'm looking for the way for walls by mass face creation using Dynamo. Wall.ByFace node didn't work for me. Could you point a direction to head to?

    • @AussieBIMGuru
      @AussieBIMGuru  Год назад

      I believe the node only works with natively created Revit masses, maybe the issue? See here for similar issues:
      forum.dynamobim.com/t/wall-byface-node-reporting-nulls/24137

  • @hazemkahla5283
    @hazemkahla5283 3 года назад +1

    Thanks, this was really helpful
    wondering if there is a way to offset a surface parallel to the original to get smaller or larger surfaces (not normal to the original)

    • @AussieBIMGuru
      @AussieBIMGuru  3 года назад

      You're welcome Hazem. If you wanted to inset/offset a surface then getting its perimeter curves, offsetting those and then patching into a new surface them would work for most planar/closed surfaces.

  • @IISRADSIRS
    @IISRADSIRS 4 года назад +3

    very useful for mankind

  • @PANDURANG99
    @PANDURANG99 7 месяцев назад

    How to check the point is on given surface or plane?

    • @AussieBIMGuru
      @AussieBIMGuru  7 месяцев назад

      Probably the easiest way is to use geometry.closestpointto and check if distance between the point snd original is 0.

    • @PANDURANG99
      @PANDURANG99 7 месяцев назад +1

      @@AussieBIMGuru sure, I will check

  • @nishantsiitk
    @nishantsiitk 3 года назад +1

    3:39 Surface.Closed shows "false". Could it be because the resultant surface has open boundaries? "True" case could be for example for spherical surface or for surfaces forming a cuboid.

    • @AussieBIMGuru
      @AussieBIMGuru  3 года назад +1

      A closed surface is typically untrimmed, so not defined by nurbs edges and without a singular UV domain.
      There's a good discussion about it here;
      forum.dynamobim.com/t/closed-vs-open-surfaces-in-dynamo-and-retriving-their-uvs/32419

  • @sherkhankulbeav132
    @sherkhankulbeav132 3 года назад

    Hello Bro. I can not find node “Panel.PanelQuad” .It isn’t have in package LunchBox

    • @AussieBIMGuru
      @AussieBIMGuru  3 года назад +1

      Unfortunately Lunchbox is no longer supported in Dynamo.