How to Use FilterByBoolMask in Dynamo.

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

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

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

    This is one of the better explanations for filter by bool mask I have seen. Thanks for keeping it clean and simple.

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

    ListFilterByBoolMask
    Gavin Crump's favourite node 😄

  • @seanspence78
    @seanspence78 2 ปีที่แล้ว +1

    I'm leaving lists alllll over the place now. Thanks!

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

    best one so far, thank you!

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

    This is some great explanation! Thanks!

  • @icerew
    @icerew 2 ปีที่แล้ว +1

    This was a great help, thanks!

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

    Very nice Tutorial

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

    Great Tip. Thanks. I was wondering is there a way to select multiple rooms for filtering out. I tried the string contains "one room" && "Two Room" in the code block, but it didnt work. Please let me know how to go about it.

    • @DesignTechUnraveled
      @DesignTechUnraveled  2 ปีที่แล้ว

      Just saw this comment (apologies), I’ll make a video demoing that. But in short clockwork’s string. ContainsMultiple will do this.

  • @HippieP629
    @HippieP629 2 ปีที่แล้ว +1

    Too helpful!

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

    thank you for this nice video ^^... I want to ask... will filter by boolean mask fail if ever, the boolean list (mask input) is a nested list? thank you ^^

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

      Thanks for the kind words! Typically your bool list needs to match the same structure as your input list of elements. So if that is nested, your bool list is nested as well. It would also require some list@level manipulation, I believe.
      Overall, it is a bit easier when working with a flat list.

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

      @@DesignTechUnraveled thank you for these pointers... I should do more trial and error with this... ^^ best regards