TechDraw API/pl: 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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

28 July 2023

25 July 2023

  • curprev 17:3317:33, 25 July 2023Kaktus talk contribs 10,230 bytes +12 Created page with "zwraca CosmeticVertex z unikalnym identyfikatorem.<br> cv = dvp.getCosmeticVertex(string id)"
  • curprev 17:3217:32, 25 July 2023Kaktus talk contribs 10,218 bytes +35 Created page with "dodaje wierzchołek CosmeticVertex w punkcie p1 ''(współrzędne modelu 3d)''. Zwraca unikalny znacznik. <br> tag = dvp.makeCosmeticVertex3d(vector p1)"
  • curprev 17:3217:32, 25 July 2023Kaktus talk contribs 10,183 bytes +36 Created page with "dodaje wierzchołek CosmeticVertex w punkcie p1 ''(współrzędne widoku)''. Zwraca unikalny znacznik.<br> tag = dvp.makeCosmeticVertex(vector p1)"
  • curprev 17:1717:17, 25 July 2023Kaktus talk contribs 10,147 bytes +3 Created page with "dvp = App.ActiveDocument.View #CV należą do widoków <br>"
  • curprev 17:1617:16, 25 July 2023Kaktus talk contribs 10,144 bytes +77 Created page with "====Procedury CosmeticVertex (CV) dostępne z poziomu Pythona===="
  • curprev 17:1617:16, 25 July 2023Kaktus talk contribs 10,067 bytes +53 Created page with "===DrawViewPart geometrie pomocnicze==="
  • curprev 17:1517:15, 25 July 2023Kaktus talk contribs 10,014 bytes +8 Created page with "{{APIFunction|writeDXFPage|DrawPage, FileName|Zapisz DrawPage w formacie Dxf.|File}} Przykład: {{Code|code= import TechDraw TechDraw.writeDXFPage(myPage,myFileName) }}"
  • curprev 17:1417:14, 25 July 2023Kaktus talk contribs 10,006 bytes +8 Created page with "{{APIFunction|writeDXFView|DrawViewPart, FileName|Zapisz DrawViewPart w formacie Dxf.|File}} Przykład: {{Code|code= import TechDraw TechDraw.writeDXFView(myPart,myFileName) }}"
  • curprev 17:1417:14, 25 July 2023Kaktus talk contribs 9,998 bytes −1 Created page with "{{APIFunction|viewPartAsSvg|DrawViewPart|Zwraca krawędzie DrawViewPart w formacie Svg.|String}} Przykład: {{Code|code= fileSpecSvg = "fcOut.svg" v = App.ActiveDocument.View s = TechDraw.viewPartAsSvg(v) head = '<svg\n' + \ ' xmlns="http://www.w3.org/2000/svg" version="1.1" \n' + \ ' xmlns:freecad="http://www.freecadweb.org/wiki/index.php?title=Svg_Namespace">\n' tail = '\n</svg>' svgFile = open(fileSpecSvg, "w") svgFile.write(head) svgFile.write(s) svgFil..."
  • curprev 17:1317:13, 25 July 2023Kaktus talk contribs 9,999 bytes −1 Created page with "{{APIFunction|viewPartAsDxf|DrawViewPart|Zwraca krawędzie DrawViewPart w formacie Dxf.|String}} Przykład: {{Code|code= fileSpecDxf = "fcOut.dxf" v = App.ActiveDocument.View s = TechDraw.viewPartAsDxf(v) dxfEnd = "0\nEOF\n" dxfFile = open(fileSpecDxf, "w") dxfFile.write(s) dxfFile.write(dxfEnd) dxfFile.close() }}"
  • curprev 13:3313:33, 25 July 2023Kaktus talk contribs 10,000 bytes +49 Created page with "{{APIFunction|EdgeWalker|listOfEdges, [bool]|Tworzy linie z krawędzi na wejściu przez planarne przechodzenie grafu. Opcjonalnie wyklucza OuterWire ustawiając opcjonalny parametr na false.|Lista przewodów posortowana według rozmiaru (malejąco)}} {{APIFunction|findOuterWire|listOfEdges|Wyszukuje OuterWire (największy) z listy krawędzi (które tworzą graf planarny).|Outer wire}} {{APIFunction|findShapeOutline|TopoShape, scale, direction|Odwzorowuje kształt w kier..."
  • curprev 13:3113:31, 25 July 2023Kaktus talk contribs 9,951 bytes +2 Created page with "Przykład:"
  • curprev 13:3113:31, 25 July 2023Kaktus talk contribs 9,949 bytes +15 Created page with "Zobacz stronę Api dla GUI aby poznać więcej funkcji."
  • curprev 13:3013:30, 25 July 2023Kaktus talk contribs 9,934 bytes +39 Created page with "Dobre przykłady podstawowych skryptów Rysunku Technicznego można znaleźć na stronie [https://github.com/FreeCAD/FreeCAD/tree/master/src/Mod/TechDraw/TDTest skrypty testów jednostkowych]."

18 December 2022

  • curprev 17:2217:22, 18 December 2022Kaktus talk contribs 9,895 bytes +56 Created page with "{{VeryImportantMessage|''(Listopad 2018)'' Te informacje mogą być niekompletne i nieaktualne. Najnowsze API można znaleźć na stronie [https://www.freecadweb.org/api autog..."

6 July 2021

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)