Connecting multiple points with lines

Hello y’all!

Im trying to connect multiple points at once with the line component, but i am struggling to figure out how to use the lists to build each connection.
I have a surface that i subdivided and debrepped, as i understand each face i deconstructed is a branch that i can connect up individually. In this case I took the edges of each face and halved each line, so i could obtain the midpoints. Any idea how i can efficiently add up each halfway point?

BWS_HotPocket.gh (84.3 KB)

Dear Harry, Your example .gh is loaded with plugins. I do not want to install them.
So please provide a small example of the question you have.
Internalise the geometry close to that area. do not use plugin (unless it is a question about that plugin itself).

Regards, Eef

Im not sure I understand what you are trying to do.

Something like this?

Yes exactly! But Ive found a solution through the Lunchbox plugin now

Ah I see. I tried to open the file to help but I don’t have Karamba or Kiwi. Also its seems like you have a lot of geometry that is not internalized.

I don’t particularly like using Lunchbox for penalization anymore since it tends to be very heavy and behaves weirdly sometimes.

If you don’t know how to use it, it can be a bit weird to wrap your head around, but in my opinion, ‘Relative Item’ is by far the most useful component to learn when it comes to penalization.

Here’s an example.

NB:It’s worth noting that this method (as well as any Lunchbox quad) do not guarantee planar panels.

Lunchboxless_Panelization_Example_NL.gh (10.4 KB)