As soon as you run data through a panel, it becomes text. So that’s almost never what you want. I suspect the tutorial connects the B input of the addition component directly to the Vertices output of the Explode Brep component.
You’re right in that it probably should have worked, but the logic which tries to convert text into an addable data type made the wrong decision and created numbers instead of points from the {x, y, z} text.
I suspect the tutorial connects the B input of the addition component directly to the Vertices output of the Explode Brep component.
Yes, that is right. In fact I added the panel in the attempt to understand what was going on. Anyway, with or without that panel, the addition component will still return the same error.
Try converting the text inside the panel explicitly to point data prior to the multiplication component. When you do that you’ll notice the conversion will fail. It’s the wrong sort of brackets.