private static void EndOperations(Guid[] ids)
 {
     CurvesTopologyPreview.Unmark(ids);
     RhinoDoc.ActiveDoc.Views.Redraw();
 }