Why is the rebar by curve node returning an empty list?
Why do you send your âcurveâ input through a List.Create
node?
That might be the issue here, as youâre putting it into a âdeeper dimensionâ here.
I have tried all connection approaches, but it still returns âempty listâ.
Here is the result from my first of many approaches:
Even in this state youâre not sending in a flattened list into the curve input. Maybe try to let the Flatten
node be the last modification before you send the list into the Rebar.ByCurve
node.
Then I donât know either, that was just something weird I happened to notice.
I can only tell you that thereâs a wrong input somewhere, and considering youâre not getting warnings but an empty list Iâm thinking the issue is somewhere with the dimensions of some inputs, but I donât know the Rebar.ByCurve
that well and I also lack oversight in your script.
I agree.
Bizarre.
Well, thatâs annoying, but it can be fixable. First off all: check if all the inputs are indeed of the correct type, Iâm guessing thatâs probably fine.
It might be the issue that it doesnât like that youâre sending in lists into some inputs and single inputs into others. I think the issue might actually be the same as the one I thought the original problem was: meaning youâre sending a list of lists into the curve input, in practica that should mean that the other list inputs should have a similar structure (I think) which the âvectorâ input at this point certainly does not.
Host Element ID was not an Integer. This was the issue.
Many thanks PauLtus
Well, that stuff happens.
Please mark whatever comment you think counts as the solution as the solution (might be your own) and maybe leave a like on other helpful comments.