Atelier BIM

From FreeCAD Documentation
Revision as of 15:25, 4 March 2019 by Jpg87 (talk | contribs) (Created page with "L'atelier BIM ajoute également une série d'éléments dans la '''barre d'état''' de FreeCAD et quelques '''éléments de menu contextuel''', accessibles en cliquant avec le...")

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Introduction

L'atelier BIM est un atelier externe destiné à mettre en œuvre des outils complets de modélisation des informations de construction (BIM) dans FreeCAD. Il ressemble actuellement beaucoup à l'atelier Arch intégré. Cependant, l’idée générale est de travailler comme un "meta atelier" et de rassembler dans un même lieu différents outils issus d'autres ateliers utiles à la modélisation des processus d’information BIM et de créer un flux de travail plus pratique, facile et convivial pour les utilisateurs expérimentés provenant d'autres logiciels tels que Revit ou ArchiCAD, ainsi que les nouveaux arrivants. L'atelier BIM comprend également quelques outils, principalement des assistants et des outils de gestion, situés dans le menu Management (Gestion).

Installation

L'atelier BIM n'est pas fourni avec le package FreeCAD par défaut, mais peut être facilement installé via le menu Outils -> Addons Manager. Le code de l'atelier BIM est hébergé et développé sur github et peut également être installé manuellement en le copiant dans le répertoire MOD de FreeCAD. L'atelier BIM est un travail en cours et va changer souvent. Assurez-vous de le mettre à jour régulièrement!

Commencer

Lorsque vous démarrez l'atelier BIM pour la première fois, une boîte de dialogue de bienvenue s'affiche, donnant un aperçu rapide du fonctionnement de l'atelier et permettant à l'utilisateur de démarrer un in-game tutorial. Le dialogue de bienvenue est également disponible dans le menu aide. Lorsque vous fermez l'écran de bienvenue en cliquant sur OK, la Boîte de dialogue Configuration BIM s'affiche. Elle permet à l'utilisateur de définir rapidement certaines des préférences les plus courantes liées à BIM de FreeCAD sans qu'il soit nécessaire de parcourir les pages complètes des paramètres de préférences FreeCAD.

L'outil Configuration du projet BIM vous permet de configurer rapidement un projet BIM en renseignant certaines informations de base sur votre projet. Vous pouvez ensuite, par exemple, utiliser les différents outils de dessin 2D pour dessiner des repères et des lignes de base, puis utiliser les différents outils de modélisation 3D pour créer des objets BIM 3D par dessus.

Si vous êtes habitué à une autre application BIM, consultez notre Tableau de compatibilité des applications BIM pour connaître vos marques lors du démarrage avec FreeCAD.

Outils

L'atelier BIM regroupe les outils de plusieurs autres ateliers FreeCAD, principalement Draft, Arch et Part, grossièrement réorganisés en catégories logiques: dessin 2D, modélisation 3D, annotation et modification. La catégorie gérer contient des outils spécifiques à l'atelier BIM.

De plus, si de tels addons sont installés, des outils de Reinforcement (outils de barre de renforcement supplémentaires), Fixations (boulons et vis), Flamingo (outils de structure métallique et de tuyauterie) et Bibliothèque de pièces sont automatiquement inclus dans l'atelier BIM.

L'atelier BIM ajoute également une série d'éléments dans la barre d'état de FreeCAD et quelques éléments de menu contextuel, accessibles en cliquant avec le bouton droit de la souris dans la vue 3D ou dans l'arborescence.

2D drafting

2D objects are commonly used as drafting aids, or to draw base lines and profiles to build BIM objects on. They can also be used to draw symbols and annotations in your model. Apart from sketches, that use their own coordinate system, 2D objects will be drawn on the current working plane.

  • Line: Draws a line segment between 2 points
  • Wire: Draws a line made of multiple line segments (polyline)
  • Circle: Draws a circle from center and radius
  • Arc: Draws an arc segment from center, radius, start angle and end angle
  • Ellipse: Draws an ellipse from two corner points
  • Polygon: Draws a regular polygon from a center and a radius
  • Rectangle: Draws a rectangle from 2 opposite points
  • BSpline: Draws a B-Spline from a series of points
  • Bezier Curve: Draws a Bezier curve from a series of points
  • Point: Inserts a point object
  • Sketch: Creates‎ a new sketch and enters sketch drawing mode

Annotation

Annotations are visual help objects that can be placed inside your model. They can be used to export your model directly to a 2D format like DXF, or reused when creating 2D views of your model with the TechDraw Workbench.

  • Text: Draws a multi-line text annotation
  • ShapeString: The ShapeString tool inserts a compound shape representing a text string at a given point in the current document
  • Dimension: Draws a dimension annotation
  • Label: Places a label with an arrow pointing to a selected element introduced in version 0.17
  • Axis and grid tools : Adds axes and grid objects to the document
  • Section Plane: Adds a section plane object to the document. Section planes define 2D views such as plans, sections and elevations

3D / BIM modeling

3D and BIM objects are the real-world elements that will compose your BIM project.

  • Building Part: Creates a building part including selected objects. Building parts are commonly used to represent levels
  • Building: Creates a building including selected objects
  • Site: Creates a site including selected objects
  • Reference: Links objects from another FreeCAD file into this document
  • Wall: Creates a wall from scratch or using a selected object as a base
  • Structural element: Creates a structural element from scratch or using a selected object as a base
  • Rebar: Creates a reinforcement bar in a selected structural element using a sketch. Requires the Reinforcement addon
  • Window: Creates a window using a selected object as a base
  • Pipe tools: Creates pipes and corner or tee connection between 2 or 3 selected pipes
  • Stairs: Creates a stairs object in the document
  • Roof: Creates a sloped roof from a selected face
  • Panel tools: Creates panel objects, and 2D cutouts from these panels
  • Library: Inserts an equipment or furniture object. Requires the Parts Library addon
  • Frame: Creates a frame object from a selected layout
  • Box: Draws a box by specifying its dimensions graphically
  • Shapebuilder: A tool to create more complex shapes from various parametric geometric primitives
  • Facebinder: Creates a new object from selected faces on existing objects
  • Space: Creates a space object in the document

Modification tools

  • Move: Moves object(s) from one location to another
  • Copy: Copies object(s) from one location to another
  • Rotate: Rotates object(s) from a start angle to an end angle
  • Clone: Clones the selected objects
  • Offset: Moves segments of an object about a certain distance
  • 2D Offset: Constructs a parallel wire at certain distance from original, or enlarges/shrinks a planar face ((parametric version)
  • Trim/Extend (Trimex): Trims or extends an object
  • Scale: Scales selected object(s) around a base point
  • Stretch: Stretches the selected objects
  • Array: Creates a polar or rectangular array from selected objects
  • Path Array: Creates an array of objects by placing the copies along a path
  • Mirror: Mirrors the selected objects
  • Extrude: Extrudes planar faces of an object
  • Cut: Cuts (subtracts) one object from another
  • Union: Fuses (unions) two objects
  • Common: Extracts the common (intersection) part of two objects
  • Compound: Creates a compound from the selected objects
  • Simple copy: Creates a non-parametric copy of a selected object
  • Upgrade: Joins objects into a higher-level object
  • Downgrade: Explodes objects into lower-level objects
  • Shape 2D View: Creates a 2D object which is a flattened 2D view of another 3D object
  • Draft to Sketch: Converts a Draft object to Sketch and vice-versa
  • Cut with plane: Cut an object according to a plan.
  • Add component: Adds objects to a component
  • Remove component: Subtracts or removes objects from a component

Management tools