freecad and extrusion

Select face on 3d model and create copy of face (for extrusion)
sel = Gui.Selection.getSelectionEx()[0]
face = sel.SubObjects[0]
Part.show(face.copy())

Leave a Reply