Advanced Sorting and Grouping in Dynamo

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024
  • This tutorial shows how to use advanced list sorting and grouping techniques in Dynamo to renumber pipes in a Revit MEP file.

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

  • @Magikookeven
    @Magikookeven 6 ปีที่แล้ว +10

    'Get Type Parameter' node comes from the archi-lab.net package!

  • @TimHalvorson
    @TimHalvorson 7 ปีที่แล้ว +6

    good stuff, not sure why there is a chunk of video that is duplicated in the middle. The part where you start grouping up components after making the conversion to inches...

  • @voxxonline
    @voxxonline 7 ปีที่แล้ว

    Good work. I am learning Dynamo to do data mining (beside automation), and looks like similar sequential logic would apply in the global data read write to csv. Subscribed.

  • @anondviki3648
    @anondviki3648 4 ปีที่แล้ว

    Great tutorial!

  • @xavierrenda2533
    @xavierrenda2533 6 ปีที่แล้ว

    Amazing! I learned alot in that hour! Thanks

  • @simonkuebler8590
    @simonkuebler8590 5 ปีที่แล้ว

    Is there a way to use the != node and have more than 1 Parameter value filtered out? Say i wanted to filter out pvc and cast iron so I'm left with only with copper? Great videos! Saved me a lot of time already!

  • @romangritsay-bogdanov8510
    @romangritsay-bogdanov8510 7 ปีที่แล้ว

    Like your tutorials! Very usefull!

  • @pavelraver662
    @pavelraver662 4 ปีที่แล้ว

    Thank you so much!

  • @MartinComolli
    @MartinComolli 5 ปีที่แล้ว

    Excelente. Muy útil.

  • @Magikookeven
    @Magikookeven 6 ปีที่แล้ว

    This is a great video!

  • @koesint1177
    @koesint1177 3 ปีที่แล้ว

    Nice tutorial! Is there any way to key in string + range instead of just number range? (Eg. Pipe1, Pipe2, Pipe3,.....)

  • @JG-yg1gw
    @JG-yg1gw 4 ปีที่แล้ว

    Hi Archmaster! Home come the name of the parameter created is 'TPI N' whereas in the schedule the name of the column is 'Pipe N'? shouldn't it be the same name in order to work? thank you!

  • @peterchrien
    @peterchrien 6 ปีที่แล้ว

    Nice video, I just don't understand that part about sorting. But I will get it ;) Couldn't you use List.Sort? What would be the difference?

  • @woshizhentiao
    @woshizhentiao 6 ปีที่แล้ว

    Hi! Im new to dynamo, at 43:35, can you skip the "sort length" group and plug that index list straight into the "group length" group? Thank you!

  • @mahmoudgamal8994
    @mahmoudgamal8994 5 ปีที่แล้ว

    Thank you, it was helpful

  • @renatabalzano7246
    @renatabalzano7246 6 ปีที่แล้ว

    I don't know why at the very end I can't set the parameter value because it says that there is no parameter with the name that I wrote. I'm absolutely sure that the parameter exists. Any suggestions?

  • @thoos87
    @thoos87 5 ปีที่แล้ว

    The "Get Type Paramenter" node doesn't seem to work... Is says something about traceback and doesn't generate an output.

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

    How do I get the "Get Type Paramenter" node? Thanks!

    • @Magikookeven
      @Magikookeven 6 ปีที่แล้ว

      Did you find it yet? It comes from the archi-lab.net package. You can see that while he is placing the node. It has a LunchBox icon but actually says archi-lab.net

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

      the alternative for that Node if I am not wrong is "Element.GetParameterValueByName" it looks the same and is embedded in revit, already there