AdaptiveComponent.Bypoints doesn't work

Hi, everyone.

I have some issues when making the ramp bridge at AdaptiveComponent.Bypoints.

Does anybody know what could be going on?

Can you show your list of points?
All i know is that it needs to be a list of lists with the same number of points your Adaptive family has in the correct order.

Seconding Marcel’s request, but I suspect you may need to change the levels logic in the pointatparameter node to get a list of lists. Assuming you want those points for each curve, try setting the curve input to level 1, the param input to level 2 and the lacing to longest.

1 Like

Thank you for your response! :slight_smile:

I’ve attached the point that has 160 points. If I have to be a list of lists with the same number of points my adaptive family, what I have to do?

Once you have imported this list of points, you need the List.Chop node to make the sub lists.

2 Likes

Thanks for explaining this to me. :slight_smile:

Have a nice day!