Following the discussion from previous topics, I’m in front of an issue I don’t know how to solve. In a list of curves that get into the Rebar.ByCurve node (Dynamo for Rebar Package), I have some curves that are contained in uno plane (like red ones) and other that are contained in a different plane (like blue ones):
My curresnt view is parallel to the plane containing the red ones. So, Rebar.ByCurve is creating the rebars only for the red ones. For the blue ones, it shows the “An internal error has ocurred” and throws a “null” for those curves.
1.- If is set like the yTranslation = 0, the script (using Dynamo4Rebar) gets no error.
2.- If I set some yTranslation != 0, is shows the following error.
It seems that a polycurve is not allowed as an input???
4.- I made multiple tests changing vectors, rebar types (Standard/Stirrup), changing location of the points, but I’m getting the same results described above.
I’ll appreciate if anyone could tell me if I’m missing something here or if anyone is experiencing a similar situation.