Door thresholds in room outlines using Dynamo!

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

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

  • @kslifter1
    @kslifter1 Год назад +4

    Excellent, the lack of including the door in scripts that used the room boundary for floors was a complaint of our interior department. I hadn't had time to look into solving that yet. Thanks for sharing!!!!

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

      You're welcome! A complaint of many ID departments in my experience.

  • @JavierOropeza08
    @JavierOropeza08 Год назад +1

    Amazing as usual, you always blow my mind how easy you make this all look

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

      I assure you that this final workflow is the culmination of a lot of hair pulling haha!

  • @damirces
    @damirces Год назад +1

    Aussie, the King as always. Will try at work.

  • @MzwandileNzimande
    @MzwandileNzimande Год назад +1

    You made it look easy Gavin. Thanks.

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

      Took a while to get to this point, wasnt always easy!

  • @felipemeruane6637
    @felipemeruane6637 Год назад +1

    brilliant as always... I made my own script for doing this some time ago but the workaround was far to long (getting the wall thickness and other things...) your aproach is much simpler and elegant, thaks again!!!

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

      Glad it provided an alternative approach! All approaches are useful if they work.

  • @arincakkin
    @arincakkin Год назад +1

    That’s what I’m talking about. Thank you very much.

  • @marwanbeaino5377
    @marwanbeaino5377 Год назад +1

    Very nice work indeed ! Thanks a lot !

  • @unidesigndc
    @unidesigndc Год назад +1

    Thanks for sharing

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

      You're welcome! Keep up the videos Robert :)

  • @Janisogor
    @Janisogor 9 месяцев назад

    Supreme script! Do You think it would be possible to edit room boundaries so that they include the threshold? I need to report apartment surfaces including the threshold area. Thank You.

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

      You could get the total surfacs area from dynamo using this approach then write it to a custom parameter applied to rooms.

  • @AhmadHossam
    @AhmadHossam 5 месяцев назад

    Hay there room.finishboundary node
    Can get the room lines divided if there is wall in the opposite direction of the room
    Any suggestions how i can join only those divided line together automatically without manually inputing coordinates

    • @AussieBIMGuru
      @AussieBIMGuru  5 месяцев назад +1

      @@AhmadHossam generally if you take a list of curves, turn them to a polycurve and then explode that curve the curves will all face one direction, not sure if that is what you mean?

    • @AhmadHossam
      @AhmadHossam 5 месяцев назад +1

      @@AussieBIMGuru thanks very much
      That wasnt what imeant but it helped in another thing xD
      I solved my problem aready and thank u very much

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

    This way more simple than some other methods I have seen. My only question is how easy is this to incorporate into your last room finishes by room boundary video? I would like to keep the Data-shapes UI for ease of use but like you said in this video, you would have to account for doughnut shaped rooms by doing some extra steps. Is there a way to use the nodes here and plug them into the existing file we have? Or would that require a rework of the node structure?

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

      A little bit of rework but effectively this could plug in between the collection of rooms at the front and the generation of floors at the end once you retrieve the curves per room to make the floors

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

      @@AussieBIMGuru Its been a while since I have had time to work on this but Is that for the revised version or the older one that uses the Data-shapes nodes? I prefer the data shapes as it makes it easier for other users to use when I apply it to the Pyrevit custom tabs we have. My assumption is I can apply this setup between the Room.FinishBoundary node and your Floors.Create node but for some reason I can't get it to work or mend smoothly. I am still a novice when it comes to Dynamo.

  • @dovel26
    @dovel26 Месяц назад

    how can i include the offset of the floor?

    • @AussieBIMGuru
      @AussieBIMGuru  Месяц назад

      After the floor is created, get its thickness type parameter and set its offset using element.setparameterbyname. The floor create node passes the floors as an output that you can do more with from there.

    • @dovel26
      @dovel26 Месяц назад

      @AussieBIMGuru thanks

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

    hola no me aparece el nodo rooms by status , alguna solución gracias

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

      I believe they added it in later versions of Dynamo. You can get all elements of category (rooms) and filter out those with no area as an alternative.

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

      @@AussieBIMGuru podria darle mayor detalle , uso revit 2021

  • @TusharMhaskar
    @TusharMhaskar Год назад +1

    thanks