Std ProjektHilfsprogramm

From FreeCAD Documentation
Revision as of 18:08, 19 August 2020 by Maker (talk | contribs) (Created page with "===Manuelle Bearbeitungen===")

Std ProjektHilfsprogramm

Menüeintrag
Werkzeuge → Projekt Hilfsprogramm...
Arbeitsbereich
Alle
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Keiner

Beschreibung

Mit dem Std ProjectUtil Befehl kannst du Dateien aus einer FreeCAD Projektdatei (*.FCStd), die eigentlich eine ZIP Datei ist, extrahieren und nach manueller Bearbeitung daraus eine neue Projektdatei erstellen.

Das Projekt Hilfsprogramm Dialogfeld

Anwendung

Projekt extrahieren

  1. Wähle die Option Template:MenuCommand/de aus dem Menü.
  2. Das Projekthilfsprogramm Dialogfeld wird geöffnet.
  3. Drücke die ... Schaltfläche rechts von Template:MenuCommand/de.
  4. Wähle die *.FCStd Datei, die du bearbeiten möchtest.
  5. Drücke die ... Schaltfläche rechts neben Template:MenuCommand/de.
  6. Wähle einen Ordner, in den die Projektdatei extrahiert werden soll. Es ist ratsam, einen leeren Ordner zu wählen.
  7. Drücke die Extrahieren Schaltfläche.
  8. Drücke die Close Schaltfläche, um das Dialogfeld zu schließen.

Manuelle Bearbeitungen

It is important to realize that the files inside a FreeCAD project file are interlinked. Only editing a single file will typically lead to errors. To make consistent edits across multiple files use a good code editor, such as Notepad++ (for the Windows OS).

Create project

  1. Select the Tools → Project utility... option from the menu.
  2. The Project utility dialog box opens.
  3. Press the ... button to the right of Create project → Source.
  4. Select the Document.xml file. The command will be automatically find all linked files.
  5. Press the ... button to the right of Create project → Destination.
  6. Select a folder where the new project file should be created.
  7. Press the Create button.
  8. A new project file with a fixed name, project.fcstd, is created in the selected folder. There is no warning if a file with that name already exists.
  9. Optionally check the Load project file after creation checkbox.
  10. Press the Close button to close the dialog box.

Notes