Hi,
Im trying to place an adaptive component using 2 points. Somehow its not working. Can anyone see what Im doing wrong?
The adaptive component Im using works fine in Revit.
See attached image.
Wouter
Hi,
Im trying to place an adaptive component using 2 points. Somehow its not working. Can anyone see what Im doing wrong?
The adaptive component Im using works fine in Revit.
See attached image.
Hoi Wouter,
Is your curve a straight curve or an arched one?
Can you also show us the previews of the node outputs?
You may need a list of lists.
Marcel is correct- the points need to be in a sublist
Add a list.chop, with a length of 2
This is happening because you are selecting a single edge.
If you selected multiple edges, they would be in sublists by default, no chop necessary
Andrew
Thanks Andrew and Marcel,
The list chop node is the solution.
Thanks!