Translations:Frequently asked questions/73/it: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 August 2022

  • curprev 16:2316:23, 15 August 2022Simone.b talk contribs 162 bytes +162 Created page with "{{code|code= obj = FreeCAD.ActiveDocument.Wire shp = obj.Shape print shp.Faces print shp.Wires if shp.Wires: for w in shp.Wires: print w.isClosed() }}"