Combing curves and point lists

Mostly a question for @muratmaga or @smrolfe and the SlicerMorph team. Is there a tool or best practice for combing a curve with a point list, where the ends of a curve are fixed landmarks in the list? Here’s a mock up, where there’s a point list and a curve that connects LM-25 and LM-35. I want to export all of the landmarks as a single file.

I could copy and paste the curve points to the point lists, but I have to be careful not to also copy the duplicated points. If I have a lot of curves that could be cumbersome. Is there anything similar to the MergeMarkups module but for combining different markup node types?

There is a mergeMarkup module in SlicerMorph that does some of what you want. For example, if you have multiple resampled curves, such that the last point of the one curve is the first point of the other, you can use the module to create a single curve without redundant points.

See the tutorial: Tutorials/MergeMarkups at main · SlicerMorph/Tutorials (github.com)