Std Open/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "Zum Öffnen eines Dokuments wird die Methode {{incode|open(filepath)}} oder die Methode {{incode|openDocument(filepath, [hidden<nowiki>=</nowiki>False])}} der Anwendung FreeCAD verwendet.")
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav/de
|[[Std_New|Std New]]
|[[Std_New/de|Neu]]
|[[Std_Close|Std CloseActiveWindow]]
|[[Std_RecentFiles/de|LetzteDateien]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu/de|Std Menü Datei]]
|IconL=Std_New.svg
|IconL=Std_New.svg
|IconR=
|IconR=
Line 9: Line 10:
}}
}}


{{GuiCommand/de
<div class="mw-translate-fuzzy">
{{GuiCommand/de|Name/de=Std Open
|Name=Std Open
|MenuLocation=[[Std_File_Menu/de|Datei]] → Öffnen...
|Name/de=Std Öffnen
|MenuLocation=Datei → Öffnen...
|Workbenches=Alle
|Workbenches=Alle
|Shortcut={{KEY|Strg}}+{{KEY|O}}
|Shortcut={{KEY|Strg}}+{{KEY|O}}
|SeeAlso=[[Std Save/de|Speichern]], [[Std Import/de|Importieren...]]
|SeeAlso=[[Std_Import/de|Std Import]], [[Std_New/de|Std Neu]]
}}
}}
</div>


<span id="Description"></span>
<div class="mw-translate-fuzzy">
==Beschreibung==
Öffnet und lädt Projektdateien in den Arbeitsplatz und abhängig von den installierten Erweiterungsmodulen werden weitere Dateitypen unterstützt wie [https://de.wikipedia.org/wiki/IES *.IGES], [https://de.wikipedia.org/wiki/Standard_for_the_exchange_of_product_model_data *.STEP], [https://de.wikipedia.org/wiki/Boundary_Representation *.BREP], [https://de.wikipedia.org/wiki/STL-Schnittstelle *.STL], [https://de.wikipedia.org/wiki/Wavefront_OBJ *.OBJ], [https://de.wikipedia.org/wiki/Polygon_File_Format *.PLY], etc.
</div>


The '''Std Open''' command opens a file. If the file is not a native FreeCAD file (*.FCStd) its geometry will be imported into a new document. See [[Std_Import|Std Import]] for more information.
Der Befehl '''Std Öffnen''' öffnet eine Datei. Wenn die Datei keine native FreeCAD-Datei (*.FCStd) ist, wird die enthaltene Geometrie in ein neues Dokument importiert. Siehe [[Std_Import/de|Std Import]] für weitere Informationen.


==Usage==
<span id="Usage"></span>
==Anwendung==


# Es gibt mehrere Möglichkeiten das Werkzeug aufzurufen:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Std_Open.svg|16px]] [[Std_Open|Std Open]]}} button.
#* Die Schaltfläche {{Button|[[Image:Std_Open.svg|16px]] [[Std_Open/de|Öffnen...]]}} drücken.
#* Select the {{MenuCommand|File → [[Image:Std_Open.svg|16px]] Open...}} option from the menu.
#* Den Menüeintrag {{MenuCommand|Datei → [[Image:Std_Open.svg|16px]] Öffnen...}} auswählen.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|O}}.
#* Das Tastaturkürzel {{KEY|Ctrl}}+{{KEY|O}}.
# Optional kann das richtige Dateiformat im Dialogfeld ausgewählt werden.
# Optionally select the correct file format in the dialog box.
# Eine Datei auswählen.
# Select a file.
# Press the {{Button|Open}} button.
# Die Schaltfläche {{Button|Öffnen}} drücken.


==Options==
<span id="Options"></span>
==Optionen==


* Press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.
* {{KEY|Esc}} oder Schaltfläche {{Button|Cancel}} drücken, um den Befehl abzubrechen.


<span id="Scripting"></span>
==Preferences==
==Skripten==


{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
* The last used file location is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.


Zum Öffnen eines Dokuments wird die Methode {{incode|open(filepath)}} oder die Methode {{incode|openDocument(filepath, [hidden<nowiki>=</nowiki>False])}} der Anwendung FreeCAD verwendet.
==Scripting==


These methods create and return a document and load a project file into it. The {{incode|filepath}} argument must be a string pointing to an existing file. If the file doesn't exist or the file cannot be loaded an I/O exception is thrown. In this case the created document is kept, but will be empty. If {{incode|hidden<nowiki>=</nowiki>True}} is used, the document won't be displayed in the GUI and no tab will appear for it. This allows performing automatic operations on a document and closing it without disrupting the user interface.
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

For a scripting example see [[Std_New#Scripting|Std New]].


To open a document use the {{incode|open}} method of the FreeCAD application. For a scripting example see [[Std_New|Std New]].


{{Docnav
{{Docnav/de
|[[Std_New|Std New]]
|[[Std_New/de|Neu]]
|[[Std_RecentFiles/de|LetzteDateien]]
|[[Std_Close|Std CloseActiveWindow]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu/de|Std Menü Datei]]
|IconL=Std_New.svg
|IconL=Std_New.svg
|IconR=
|IconR=
Line 57: Line 61:
}}
}}


{{Std Base navi{{#translation:}}}}
{{Std_Base_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 14:57, 23 April 2024

Std Öffnen

Menüeintrag
Datei → Öffnen...
Arbeitsbereich
Alle
Standardtastenkürzel
Strg+O
Eingeführt in Version
-
Siehe auch
Std Import, Std Neu

Beschreibung

Der Befehl Std Öffnen öffnet eine Datei. Wenn die Datei keine native FreeCAD-Datei (*.FCStd) ist, wird die enthaltene Geometrie in ein neues Dokument importiert. Siehe Std Import für weitere Informationen.

Anwendung

  1. Es gibt mehrere Möglichkeiten das Werkzeug aufzurufen:
    • Die Schaltfläche Öffnen... drücken.
    • Den Menüeintrag Datei → Öffnen... auswählen.
    • Das Tastaturkürzel Ctrl+O.
  2. Optional kann das richtige Dateiformat im Dialogfeld ausgewählt werden.
  3. Eine Datei auswählen.
  4. Die Schaltfläche Öffnen drücken.

Optionen

  • Esc oder Schaltfläche Cancel drücken, um den Befehl abzubrechen.

Skripten

See also: FreeCAD Scripting Basics.

Zum Öffnen eines Dokuments wird die Methode open(filepath) oder die Methode openDocument(filepath, [hidden=False]) der Anwendung FreeCAD verwendet.

These methods create and return a document and load a project file into it. The filepath argument must be a string pointing to an existing file. If the file doesn't exist or the file cannot be loaded an I/O exception is thrown. In this case the created document is kept, but will be empty. If hidden=True is used, the document won't be displayed in the GUI and no tab will appear for it. This allows performing automatic operations on a document and closing it without disrupting the user interface.

For a scripting example see Std New.