Missing “B” points in Gaussian blend Dispatch setup

disposition blocs.gh (16.5 KB)

Hi everyone,

I’m building a Grasshopper definition that blends three block types (A, B, C) along a vertical gradient using Gaussian weights.

Everything looks fine mathematically, but I only get A and C points — no B points appear, even though the wB values are computed.

I’ve attached my Grasshopper file, plus screenshots of the Rhino and GH views.
Any idea why the middle set (B) might not dispatch correctly?

Thanks!

didn’t check the logic of the definition, but this last Dispatch (that should divide points_B from points_C) gets all False values, so they are all dispatched into points_C

maybe doublechecking why the boolean logic is producing all Falses and no Trues for B/C dispatch is the key to solving the issue


wouldn’t something like this be easier?

disposition blocs_inno.gh (21.6 KB)

Hi inno !

Thank you so much for your help — your solution is absolutely brilliant! It works perfectly and honestly makes everything so much simpler. I really appreciate the time and thought you put into it.

I realize I can sometimes overcomplicate things in Grasshopper, so it’s incredibly helpful to see a more straightforward approach. Thanks again for sharing your knowledge!