mabye this might be a basic question, but I am having trouble finding the midpoint of an interpolate curve. Then I want to reasign the value of this midpoint to a new point so that it forms part of the interpolate curve itself.
Finding the midpoint is easy enough, use the Evaluate Curve with t set to .5 or Point On Curve Component with the slider set to .50. As to manipulating the midpoint, that'll take some sorting and list management and then feeding it into another IntCurve component.