Std Open/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav
|[[Std_New|Std New]]
|[[Std_Close|Std CloseActiveWindow]]
|[[Std_File_Menu|Std File Menu]]
|IconL=Std_New.svg
|IconR=
|IconC=Freecad.svg
}}

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand/fr
{{GuiCommand/fr
Line 11: Line 20:
</div>
</div>


<div class="mw-translate-fuzzy">
==Description==
==Description==
Ouvre et charge un fichier projet dans l'espace de travail de '''FreeCAD''', et, en fonction des modules installés, des types de fichiers supplémentaires sont pris en charge tels que: [https://fr.wikipedia.org/wiki/Initial_Graphics_Exchange_Specification .IGES], [https://en.wikipedia.org/wiki/ISO_10303-21 .STEP], [https://fr.wikipedia.org/wiki/B-Rep .BREP], [https://fr.wikipedia.org/wiki/Fichier_de_st%C3%A9r%C3%A9olithographie .STL], [https://fr.wikipedia.org/wiki/Objet_3D_(format_de_fichier) .OBJ], [http://fr.wikipedia.org/wiki/Format_de_fichier_de_polygones .PLY] etc...
Ouvre et charge un fichier projet dans l'espace de travail de '''FreeCAD''', et, en fonction des modules installés, des types de fichiers supplémentaires sont pris en charge tels que: [https://fr.wikipedia.org/wiki/Initial_Graphics_Exchange_Specification .IGES], [https://en.wikipedia.org/wiki/ISO_10303-21 .STEP], [https://fr.wikipedia.org/wiki/B-Rep .BREP], [https://fr.wikipedia.org/wiki/Fichier_de_st%C3%A9r%C3%A9olithographie .STL], [https://fr.wikipedia.org/wiki/Objet_3D_(format_de_fichier) .OBJ], [http://fr.wikipedia.org/wiki/Format_de_fichier_de_polygones .PLY] etc...

<div class="mw-translate-fuzzy">
Au moment du chargement du fichier, un nouveau document est toujours créé. Si vous voulez charger (importer) un fichier dans un document ouvert, utilisez la commande {{KEY|[[File:Std Import.png|16px|Std Import|link=Std Import]] [[Std Import/fr|Std Importer]]}}
</div>
</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.
Les fichiers de projet FreeCAD, ont l'extension '''"FCStd"'''. Pour obtenir de plus amples renseignements sur la structure interne des fichiers projets FreeCAD, lisez l'article [[File Format FCStd/fr|Format de fichier FCStd]].


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 28: Line 35:
</div>
</div>


# There are several ways to invoke the command:
==Script==
#* Press the {{Button|[[Image:Std_Open.svg|16px]] [[Std_Open|Std Open]]}} button.
#* Select the {{MenuCommand|File → [[Image:Std_Open.svg|16px]] Open...}} option from the menu.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|O}}.
# Optionally select the correct file format in the dialog box.
# Select a file.
# Press the {{Button|Open}} button.


==Options==
{{clear}}


* Press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.
{{Std Base navi{{#translation:}}}}


==Preferences==

* The last used file location is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.

==Scripting==

{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

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

{{Docnav
|[[Std_New|Std New]]
|[[Std_Close|Std CloseActiveWindow]]
|[[Std_File_Menu|Std File Menu]]
|IconL=Std_New.svg
|IconR=
|IconC=Freecad.svg
}}

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

Revision as of 21:25, 23 March 2020

Std Ouvrir

Emplacement du menu
Fichier → Ouvrir
Ateliers
Tous
Raccourci par défaut
Ctrl+O
Introduit dans la version
-
Voir aussi
Std Enregistrer, Std Importer

Description

Ouvre et charge un fichier projet dans l'espace de travail de FreeCAD, et, en fonction des modules installés, des types de fichiers supplémentaires sont pris en charge tels que: .IGES, .STEP, .BREP, .STL, .OBJ, .PLY etc...

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 for more information.

Utilisation

  1. Appelez la commande de plusieurs manières:
    • En appuyant sur le bouton Std New Std Ouvrir dans la barre d'outils
    • Utilisation du raccourci clavier Ctrl+O
    • Fichier → Ouvrir
  1. There are several ways to invoke the command:
    • Press the Std Open button.
    • Select the File → Open... option from the menu.
    • Use the keyboard shortcut: Ctrl+O.
  2. Optionally select the correct file format in the dialog box.
  3. Select a file.
  4. Press the Open button.

Options

  • Press Esc or the Cancel button to abort the command.

Preferences

  • The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.

Scripting

See also: FreeCAD Scripting Basics.

To open a document use the open method of the FreeCAD application. For a scripting example see Std New.