I have a Bezier Curve with 7 points, and a Geometry Node modifier. Geometry Nodes will place a Cube at every point along the curve.
How can use the Delete Geometry node to remove certain points from the curve before placing the cubes? What should I pass to the Selection input to delete these certain points? For example if I want to delete points 2,3,6...how can I do it?
Here are my example nodes; currently I have a Value passing to the Selection which if set to "1" deletes all points, or "0" deletes none:



