Std Open/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
(Replaced content with "==Description==")
Line 18: Line 18:
}}
}}


<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...
</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.
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.

Revision as of 10:16, 14 April 2020

Template:Docna/fr

Std Ouvrir

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

Description

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.

Template:Docna/fr