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
La commande Std Ouvrir ouvre un fichier. Si le fichier n'est pas un fichier FreeCAD natif (*.FCStd), sa géométrie sera importée dans un nouveau document. Voir Std Importer pour plus d'informations.
Utilisation
- Il existe plusieurs façons d'appeler la commande:
- Appuyez sur le bouton
Std Ouvrir.
- Sélectionnez l'option Fichier →
Ouvrir... dans le menu.
- Utilisez le raccourci clavier: Ctrl+O.
- Appuyez sur le bouton
- Sélectionnez éventuellement le format de fichier correct dans la boîte de dialogue.
- Sélectionner un fichier.
- Appuyez sur le bouton Ouvrir.
Options
- Appuyez sur Echap ou sur le bouton Annuler pour annuler la commande.
Préférences
- Le dernier emplacement de fichier utilisé est stocké: Outils → Editer les paramètres... → BaseApp → Preferences → General → FileOpenSavePath.
Script
Voir aussi: FreeCAD Script de base.
Pour ouvrir un document, utilisez la méthode open(filepath)
ou la méthode openDocument(filepath, [hidden=False])
de l'application FreeCAD.
Ces méthodes créent et renvoient un document et y chargent un fichier projet. L'argument filepath
doit être une chaîne pointant vers un fichier existant. Si le fichier n'existe pas ou si le fichier ne peut pas être chargé, une exception I/O est levée. Dans ce cas, le document créé est conservé, mais sera vide. Si hidden=True
est utilisé, le document ne sera pas affiché dans l'interface graphique et aucun onglet n'apparaîtra pour lui. Cela permet d'effectuer des opérations automatiques sur un document et de le fermer sans perturber l'interface utilisateur.
Pour un exemple de script, voir Std Nouveau.
- Standard menu: File, Edit, View, Tools, Macro, Windows, Help
- Structure: Std Part, Std Group, Std LinkMake, Std LinkActions
- File: New, Open, Close, Close all, Save, Save as, Save a copy, Save all, Revert, Import, Export, Merge project, Project information, Print, Print preview, Export PDF, Recent files, Exit
- Edit: Undo, Redo, Cut, Copy, Paste, Duplicate selection, Refresh, Box selection, Box element selection, Select all, Delete, Placement, Alignment, Toggle Edit mode, Preferences
- View: Create new view, Orthographic view, Perspective view, Fullscreen, Standard views (Fit all, Fit selection, Isometric, Dimetric, Trimetric, Front, Top, Right, Rear, Bottom, Left, Rotate left, Rotate right), Freeze display (Save views, Load views, Freeze view, Clear views), Draw style (As is, Flat lines, Shaded, Wireframe, Points, Hidden line, No shading), Bounding box, Stereo (red/cyan, quad buffer, interleaved rows, interleaved columns, Stereo off, Issue camera position), Zoom (Zoom In, Zoom Out, Box zoom), Document window (Docked, Undocked, Full screen), Toggle axis cross, Clipping plane, Texture mapping, Visibility (Toggle visibility, Show selection, Hide selection, Select visible objects, Toggle all objects, Show all objects, Hide all objects, Toggle selectability, Toggle measurement, Clear measurement), Toggle navigation/edit mode, Appearance, Random color, Workbench, Toolbars (File, Workbench, Macro, View, Structure, Navigation), Panels (Report view, Tree view, Property view, Selection view, Combo view, Python console, DAG view), Tree view actions (Sync view, Sync selection, Sync placement, Pre-selection, Record selection, Single document, Multi document, Collapse/expand, Initiate dragging, Go to selection), Status bar
- Tools: Edit parameters, Save picture, Scene inspector, Dependency graph, Project utility, Measure distance, Text document, View turntable, Units calculator, Customize, Addon manager
- Macro: Macro recording, Stop macro recording, Macros, Execute macro, Debug macro, Stop debugging, Step over, Step into, Toggle breakpoint
- Windows: Next, Previous, Tile, Cascade, Arrange icons, Windows
- Help: Help, FreeCAD Website, Users documentation, Python scripting documentation, Automatic Python modules documentation, FreeCAD forum, FreeCAD FAQ, About FreeCAD, What's This

- Installation: Windows, Linux, Mac; Démarrer avec FreeCAD
- Bases: A propos de FreeCAD, Ateliers, Préférences, Structure du document , Modifier l'interface, Propriétés, Modèles de souris; Tutoriels
- Ateliers: Std Base, Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Atelier surface, TechDraw, Test Framework, Web
- Scripts: Général: Introduction à Python, Tutoriel pour création de scripts, Base de création de scripts pour FreeCAD, Comment installer une macro, Gui Command, Unités Modules: Création de modules, Création d'ateliers Meshes: Scripts pour Mesh, Module Mesh Parts: Part Module, Script pour les pièces, PythonOCC, Mesh vers Part Coin scenegraph: Coin/Inventor scenegraph, Pivy Qt interface: PySide, Incorporer FreeCAD dans un programme, Dialog création Objets Paramétriques: Script d'objets Autres: Code snippets, Ligne drawing fonctions, FreeCAD vecteur math librairie, Power users hub, Python, Macros, FreeCAD Script de base, Topological données scripting