Export objects in a particular order to SVG/DXF/PDF

Hello @Nick_Tyrer , you have done many very nice “prints”
I didn’t work on SVG plugin since some times, I had some requests to update it.
I think it has some difference from Rhino

  • I group the objects by layer
  • The units are real world units, so screen unit …

I don’t order the object by layer but I use what Rhino gives me by Layer
Rhino.DocObjects.RhinoObject rhobjs = doc.Objects.FindByLayer(doc.Layers[layerId].Name);

As my purpose was laser Cut I never looked at the orders of objects.