5

I'm using FreeCAD, and I would like to duplicate a 2D sketch on another plane, but I can't seem to find an obvious way to do this.

0scar
  • 32,029
  • 10
  • 59
  • 135
barrymac
  • 177
  • 1
  • 4

1 Answers1

7

I’m assuming you are working in the Part Design workbench. Select the sketch and click Edit > Duplicate selected object. Make sure that only the sketch is copied (depending on the version, either deselect the plane or click don’t include dependent objects). This will produce a duplicate sketch in the active body (if you want the duplicate in a different body, make sure it’s active first by double-clicking it if necessary). You can then click Sketch > Reorient Sketch to move it to a different plane.

By the way, FreeCAD has a very active and helpful forum at https://freecadweb.org. I highly recommend asking FreeCAD questions there.

agarza
  • 1,334
  • 2
  • 10
  • 30
DoxyLover
  • 338
  • 3
  • 8