I want to be able to “erase” a cell in this project. As you can see, I would need to remove a point from a list of points. Using the usual strategies like finding the index of the point then removing by index or just straight up removing it do not work because apparently I can’t compare a point against a list of points.
Help = I am happy. Thanks!
P.S. I will be working on other things while I wait for a response.
I do not mind @Steve_Heller! If you have checked out my project, I am storing the conductor, electron head, and electron tail components inside lists of points. I researched and found this function: