Release notes 0.19/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "600px {{Caption|L'objet "App::Link" permet de lier de manière allégée des objets d'un document et de documents externes.}}")
No edit summary
(18 intermediate revisions by the same user not shown)
Line 104: Line 104:
{{Caption|L'objet "App::Link" permet de lier de manière allégée des objets d'un document et de documents externes.}}
{{Caption|L'objet "App::Link" permet de lier de manière allégée des objets d'un document et de documents externes.}}


After 2.5 years in development, the "[[Std_LinkMake|Link]]" object, or more formally {{incode|App::Link}}, was introduced in FreeCAD. This is a special type of {{incode|App::DocumentObject}} with certain properties that will hopefully allow for doing assemblies easier.
Après 2,5 années de développement, l'objet "[[Std_LinkMake|Link]]", ou plus officiellement {{incode|App::Link}}, a été introduit dans FreeCAD. C'est un type spécial de {{incode|App::DocumentObject}} avec certaines propriétés qui, espérons-le, faciliteront la réalisation des assemblages.


A "Link" allows objects to use another object's data, such as geometry or even their 3D visual representation, in the same or different files. It can be thought of as a thin, absolute clone, or as the same object living into two different "instances". Some functionality offered by a "Link" is already present in some workbenches like [[Arch Workbench|Arch]] and [[BIM Workbench|BIM]] ([[Draft Clone|clones]], [[Arch_Reference|external references]]), but the "Link" implementation is at the core level, and thus can be used by all workbenches in different ways.
Un "lien" permet aux objets d'utiliser les données d'un autre objet, telles que la géométrie ou même leur représentation visuelle 3D, dans le même fichier ou dans des fichiers différents. Cela peut être considéré comme un clone absolu et mince, ou comme le même objet vivant dans deux "instances" différentes. Certaines fonctionnalités offertes par un "lien" sont déjà présentes dans certains ateliers tels que [[Arch Workbench/fr|Arch]] and [[BIM Workbench/fr|BIM]] ([[Draft Clone/fr|clones]], [[Arch_Reference/fr|external references]]), mais l'implémentation de "lien" se situe au niveau de base et peut donc être utilisée par tous les ateliers de différentes manières.


The "Link" component was thought and developed almost single-handedly by user {{emphasis|realthunder}}. The motivations and design implementations behind this project are described in his GitHub page, [https://github.com/realthunder/FreeCAD_assembly3/wiki/Link Link]. In order to accomplish this feature, several core changes to FreeCAD were made; these are also extensively documented in [https://github.com/realthunder/FreeCAD_assembly3/wiki/Core-Changes Core-Changes].
Le composant "Link" a été conçu et développé presque à lui seul par l'utilisateur {{emphasis|realthunder}}. Les motivations et les implémentations de conception derrière ce projet sont décrites dans sa page GitHub, [https://github.com/realthunder/FreeCAD_assembly3/wiki/Link Lien]. Afin de réaliser cette fonctionnalité, plusieurs modifications essentielles à FreeCAD ont été apportées ; celles-ci sont également largement documentés dans [https://github.com/realthunder/FreeCAD_assembly3/wiki/Core-Changes Core-Changes].


The history of "Link" can be traced to some essential forum threads:
L’histoire de "Link" peut être reliée à quelques fils essentiels du forum :
*[https://forum.freecadweb.org/viewtopic.php?f=19&t=21505 Why an object can only be inside one App::Part?] (March 2017)
*[https://forum.freecadweb.org/viewtopic.php?f=19&t=21505 Why an object can only be inside one App::Part?] (March 2017)
* [https://forum.freecadweb.org/viewtopic.php?f=10&t=21586 Introducing App::Link/XLink] (March 2017)
* [https://forum.freecadweb.org/viewtopic.php?f=10&t=21586 Introducing App::Link/XLink] (March 2017)
Line 120: Line 120:
* [https://forum.freecadweb.org/viewtopic.php?f=10&t=29542 Merging of my Link branch] (June 2018)
* [https://forum.freecadweb.org/viewtopic.php?f=10&t=29542 Merging of my Link branch] (June 2018)


Finalement, la demande d'extraction et la fusion sont arrivées :
Finally, the pull request and merge happened:
* [https://forum.freecadweb.org/viewtopic.php?f=27&t=38621 App::Link: the big merge], old thread (July 2019), [https://github.com/FreeCAD/FreeCAD/pull/2350 pull request #2350] (the BIG merge), [https://github.com/realthunder/FreeCAD/tree/LinkMerge LinkMerge branch].
* [https://forum.freecadweb.org/viewtopic.php?f=27&t=38621 App::Link: the big merge], ancien fil (July 2019), [https://github.com/FreeCAD/FreeCAD/pull/2350 pull request #2350] (the BIG merge), [https://github.com/realthunder/FreeCAD/tree/LinkMerge LinkMerge branch].
* [https://forum.freecadweb.org/viewtopic.php?f=8&t=37757 App::Link: the big merge], main thread (July 2019)
* [https://forum.freecadweb.org/viewtopic.php?f=8&t=37757 App::Link: the big merge], fil princilipal (July 2019)
* [https://forum.freecadweb.org/viewtopic.php?p=329054#p329054 A simple path description of Link, 019, Link stage, Asm3, merge?] (August 2019)
* [https://forum.freecadweb.org/viewtopic.php?p=329054#p329054 A simple path description of Link, 019, Link stage, Asm3, merge?] (August 2019)
* [https://forum.freecadweb.org/viewtopic.php?f=17&t=39672 PR#2559: expose link and navigation actions], an introduction to the Link feature in 0.19 (September 2019).
* [https://forum.freecadweb.org/viewtopic.php?f=17&t=39672 PR#2559: expose link and navigation actions], une introduction à l'élément Link dans 0.19 (September 2019).


The "Link" object prepares FreeCAD for the phase that was scheduled to happen after the redesign of [[Release_notes_0.17|PartDesign in FreeCAD 0.17]], which is working with assemblies.
L'objet "Link" prépare FreeCAD pour la phase qui devait avoir lieu après la refonte de [[Release_notes_0.17|PartDesign dans FreeCAD 0.17]], qui fonctionne avec les assemblages.


"Assembly3" is an assembly workbench written in Python by realthunder, that makes use of the "Link" functionality. The workbench served as a testbed for the "Link" component during its development. While Assembly3 is still not officially part of FreeCAD, with the inclusion of "Link", it is a matter of time for Assembly3 to be provided as an installable add-on, just like [[A2plus Workbench]] is provided currently.
"Assembly3" est un atelier d'assemblage écrit en python par realthunder, qui utilise la fonctionnalité "Link". L'atelier a servi de banc d'essai pour le composant "Link" au cours de son développement. Bien que Assembly3 ne fasse toujours pas officiellement partie de FreeCAD, avec l’inclusion de "Link", Le temps est proche pour que Assembly3 soit fourni en tant que complément installable, tout comme [[A2plus Workbench/fr|l'atelier A2plus]] est actuellement fourni.


=== Other additions in the App::Link merge ===
=== Autres ajouts dans la fusion App::Link ===


Beside the introduction of "App::Link", the "LinkMerge" branch also introduced some changes visible to the user with regards to object properties, [[Expressions|expressions]], visual selection, and the tree view. These are described in the [https://github.com/realthunder/FreeCAD_assembly3/wiki/Core-Changes Core-Changes] page.
Outre l'introduction de "App::Link", la branche "LinkMerge" a également introduit certaines modifications visibles pour l'utilisateur en ce qui concerne les propriétés de l'objet, les [[Expressions|expressions]], la sélection visuelle et la vue en arborescence. Celles-ci sont décrites dans la page [https://github.com/realthunder/FreeCAD_assembly3/wiki/Core-Changes Core-Changes].


{|cellpadding=5
{|cellpadding=5
| [[File:Custom-property.gif|384px]]
| [[File:Custom-property.gif|384px]]
| Dynamic properties can be added to any C++ or Python object. This can make macros such as [[Macro_PropertyMemo|Macro PropertyMemo]] obsolete.
| Des propriétés dynamiques peuvent être ajoutées à n’importe quel objet C++ ou Python. Cela peut rendre des macros telles que [[Macro_PropertyMemo/fr|Macro PropertyMemo]] obsolètes.
[https://forum.freecadweb.org/viewtopic.php?p=328913#p328913 Forum discussion] | [http://www.freecadweb.org/wiki/images/3/3d/Custom-property.gif Animated gif]
[https://forum.freecadweb.org/viewtopic.php?p=328913#p328913 Forum discussion] | [http://www.freecadweb.org/wiki/images/3/3d/Custom-property.gif Animated gif]
|-
|-
| [[File:selection.png|384px]]
| [[File:selection.png|384px]]
| Les éléments sélectionnés masqués par d'autres éléments sont mis en surbrillance pour indiquer leur position dans le modèle.
| Selected elements hidden by other elements are highlighted to indicate their position within the model.
|}
|}


Line 147: Line 147:
{|cellpadding=5
{|cellpadding=5
| [[File:Addon_Manager_update_0.19.png|384px]]
| [[File:Addon_Manager_update_0.19.png|384px]]
| The [[Addon Manager|Addon Manager]] was upgraded; it is now able to display more complete information on all [[external workbenches|external workbenches]] and [[macros recipes|macros]], and show an icon for each of them. It also allows checking for updates on start, and using custom repositories.
| L'[[Addon Manager/fr|Addon Manager]] a été mis à niveau ; il est maintenant en mesure d'afficher des informations plus complètes sur tous les [[external workbenches/fr|ateliers externes]] et [[macros recipes/fr|macros]], et d'afficher une icône pour chacun d'eux. Il permet également de vérifier les mises à jour au démarrage et d'utiliser des référentiels personnalisés.


[https://forum.freecadweb.org/viewtopic.php?f=10&t=37394 Forum discussion].
[https://forum.freecadweb.org/viewtopic.php?f=10&t=37394 Forum discussion].
Line 156: Line 156:
{|cellpadding=5
{|cellpadding=5
| [[File:Freecad-solar-diagram.jpg|384px]]
| [[File:Freecad-solar-diagram.jpg|384px]]
| The [[Arch Site|Arch Site]] tool once more is able to produce sun path diagrams if the given latitude, longitude, and declination are provided. This requires Pysolar 0.7 or above, and only works with Python 3.
| L'outil [[Arch Site/fr|Arch Site]] est à nouveau capable de générer des diagrammes de trajectoire solaire si la latitude, la longitude et la déclinaison fournies sont fournies. Cela nécessite Pysolar 0.7 ou supérieur, et ne fonctionne qu'avec Python 3.
[https://forum.freecadweb.org/viewtopic.php?f=23&t=36162 Forum discussion], [https://github.com/FreeCAD/FreeCAD/commit/2177f4437 commit 2177f4437], [https://github.com/FreeCAD/FreeCAD/commit/c05bc0990 commit c05bc0990].
[https://forum.freecadweb.org/viewtopic.php?f=23&t=36162 Forum discussion], [https://github.com/FreeCAD/FreeCAD/commit/2177f4437 commit 2177f4437], [https://github.com/FreeCAD/FreeCAD/commit/c05bc0990 commit c05bc0990].
|-
|-
| [[File:Arch_Site_Compass.png|384px]]
| [[File:Arch_Site_Compass.png|384px]]
| The [[Arch Site|Arch Site]] tool now can display a compass to show the direction of the "true North" (declination) in the model. By the default, North is aligned to the Y axis. This is useful when working in real world coordinates.
| L'outil [[Arch Site/fr|Arch Site]] peut désormais afficher une boussole pour indiquer la direction du "vrai nord" (déclinaison) dans le modèle. Par défaut, le nord est aligné sur l'axe des ordonnées. Ceci est utile lorsque vous travaillez en coordonnées du monde réel.
[https://forum.freecadweb.org/viewtopic.php?f=23&t=34669 Forum discussion], [https://github.com/FreeCAD/FreeCAD/pull/2111 pull request #2111], [https://github.com/FreeCAD/FreeCAD/commit/ff1fb11af commit ff1fb11af], [https://github.com/FreeCAD/FreeCAD/pull/2360 pull request #2360].
[https://forum.freecadweb.org/viewtopic.php?f=23&t=34669 Forum discussion], [https://github.com/FreeCAD/FreeCAD/pull/2111 pull request #2111], [https://github.com/FreeCAD/FreeCAD/commit/ff1fb11af commit ff1fb11af], [https://github.com/FreeCAD/FreeCAD/pull/2360 pull request #2360].
|-
|-
| [[File:Arch_SectionPlane_ClipView.png|384px]]
| [[File:Arch_SectionPlane_ClipView.png|384px]]
| The [[Arch SectionPlane|Arch SectionPlane]] tool now has the ability of clipping the view, to act as a camera.
| L'outil [[Arch SectionPlane/fr|Arch SectionPlane]] a maintenant la possibilité de découper la vue pour qu'elle serve de caméra.
[https://forum.freecadweb.org/viewtopic.php?f=23&t=35861 Forum discussion], [https://github.com/FreeCAD/FreeCAD/commit/9a64f3fad9e253b806729137061e83b82adbe9c7 commit 9a64f3fad9].
[https://forum.freecadweb.org/viewtopic.php?f=23&t=35861 Forum discussion], [https://github.com/FreeCAD/FreeCAD/commit/9a64f3fad9e253b806729137061e83b82adbe9c7 commit 9a64f3fad9].
|-
|-
| [[File:Arch_Fence_example.png|384px]]
| [[File:Arch_Fence_example.png|384px]]
| The [[Arch Fence|Arch Fence]] tool was added to produce fence objects starting from a post and a path.
| L'outil [[Arch Fence/fr|Arch Fence]] a été ajouté pour produire des objets de clôture à partir d'une situation et d'un chemin.
[https://forum.freecadweb.org/viewtopic.php?f=23&t=36149 Forum discussion], [https://github.com/FreeCAD/FreeCAD/pull/2151 pull request #2151], [https://github.com/FreeCAD/FreeCAD/pull/2173 pull request #2173], [https://github.com/FreeCAD/FreeCAD/pull/2263 pull request #2263], [https://github.com/FreeCAD/FreeCAD/pull/2270 pull request #2270].
[https://forum.freecadweb.org/viewtopic.php?f=23&t=36149 Forum discussion], [https://github.com/FreeCAD/FreeCAD/pull/2151 pull request #2151], [https://github.com/FreeCAD/FreeCAD/pull/2173 pull request #2173], [https://github.com/FreeCAD/FreeCAD/pull/2263 pull request #2263], [https://github.com/FreeCAD/FreeCAD/pull/2270 pull request #2270].


[https://forum.freecadweb.org/viewtopic.php?f=24&t=37121 Arch Fence in action].
[https://forum.freecadweb.org/viewtopic.php?f=24&t=37121 Arch Fence en action].
|-
|-
| [[File:BeamReinforcementDialog_Stirrups.png|384px]]
| [[File:BeamReinforcementDialog_Stirrups.png|384px]]
| Improvements in the [[Reinforcement Addon]], which extends the [[Arch Rebar|Arch Rebar]] tool.
| Améliorations apportées au [[Reinforcement Addon/fr|module renforcement]], qui étend l'outil [[Arch Rebar/fr|Arch Rebar]].


Automated reinforcement graphical user interface: the intention is to facilitate the automatic creation of simple and complex rebars. This development was carried out as a [[Google Summer of Code 2019]] project: [[User:Suraj_Dadral/gsoc_proposal|Suraj_Dadral/gsoc_proposal]].
Interface utilisateur graphique automatisée pour le renforcement : le but est de faciliter la création automatique de barres d’armature simples et complexes. Ce développement a été réalisé dans le cadre du projet [[Google Summer of Code 2019]] : [[User:Suraj_Dadral/gsoc_proposal|Suraj_Dadral/gsoc_proposal]].


[https://forum.freecadweb.org/viewtopic.php?f=8&t=35077 Forum discussion], [https://github.com/amrit3701/FreeCAD-Reinforcement FreeCAD-Reinforcement] (master code), [https://github.com/SurajDadral/FreeCAD-Reinforcement SurajDadral/FreeCAD-Reinforcement] (development fork).
[https://forum.freecadweb.org/viewtopic.php?f=8&t=35077 Forum discussion], [https://github.com/amrit3701/FreeCAD-Reinforcement FreeCAD-Reinforcement] (master code), [https://github.com/SurajDadral/FreeCAD-Reinforcement SurajDadral/FreeCAD-Reinforcement] (development fork).
Line 185: Line 185:
{| cellpadding=5
{| cellpadding=5
| [[File:V0ODfsN9nY.gif|384px]]
| [[File:V0ODfsN9nY.gif|384px]]
| The [[Draft Edit|Draft Edit]] tool was upgraded to allow editing many Draft objects at the same time, and also display better trackers.
| L'outil [[Draft Edit/fr|Draft Edit]] a été mis à niveau pour permettre la modification simultanée de plusieurs objets brouillons et pour afficher de meilleurs suiveurs.
[https://forum.freecadweb.org/viewtopic.php?f=23&t=33941&start=50#p290648 Forum discussion] | [https://www.freecadweb.org/wiki/images/f/f7/V0ODfsN9nY.gif Animated gif] |
[https://forum.freecadweb.org/viewtopic.php?f=23&t=33941&start=50#p290648 Forum discussion] | [https://www.freecadweb.org/wiki/images/f/f7/V0ODfsN9nY.gif Animated gif] |
[https://github.com/FreeCAD/FreeCAD/pull/1968 Pull request #1968], [https://github.com/FreeCAD/FreeCAD/commit/272a8dfcc9f91097f6abcd228a3cc18fbecc37db commit 272a8dfcc9], [https://github.com/FreeCAD/FreeCAD/commit/7de2248bb commit 7de2248bb], [https://github.com/FreeCAD/FreeCAD/pull/2108 pull request #2108], [https://github.com/FreeCAD/FreeCAD/pull/2430 pull request #2430].
[https://github.com/FreeCAD/FreeCAD/pull/1968 Pull request #1968], [https://github.com/FreeCAD/FreeCAD/commit/272a8dfcc9f91097f6abcd228a3cc18fbecc37db commit 272a8dfcc9], [https://github.com/FreeCAD/FreeCAD/commit/7de2248bb commit 7de2248bb], [https://github.com/FreeCAD/FreeCAD/pull/2108 pull request #2108], [https://github.com/FreeCAD/FreeCAD/pull/2430 pull request #2430].


The tool was also moved into its own module: [https://github.com/FreeCAD/FreeCAD/commit/a4e2df115d744a305f6c77a0468ea026b0f231c1 commit a4e2df115d], [https://github.com/FreeCAD/FreeCAD/commit/c351b9094a112218f9787c2d4c61edeb82c419f0 commit c351b9094].
L'outil a également été déplacé dans son propre module : [https://github.com/FreeCAD/FreeCAD/commit/a4e2df115d744a305f6c77a0468ea026b0f231c1 commit a4e2df115d], [https://github.com/FreeCAD/FreeCAD/commit/c351b9094a112218f9787c2d4c61edeb82c419f0 commit c351b9094].
|-
|-
| [[File:Draft_SubelementHighlight_example.png|384px]]
| [[File:Draft_SubelementHighlight_example.png|384px]]
| New [[Draft Edit Improved|Draft SubelementHighlight]] tool to highlight the nodes and edges of certain objects, like [[Draft Wire|Draft Wires]], in order to edit them using modifiers like [[Draft Move|Draft Move]], [[Draft Rotate|Draft Rotate]], and [[Draft Scale|Draft Scale]]. It allows you to select multiple objects to edit instead of just one. Once the objects are highlighted, you can select specific sub-elements, vertices and edges, and transform (move, rotate, scale) only these.
| Nouvel outil [[Draft Edit Improved/fr|Draft SubelementHighlight]] pour mettre en évidence les nœuds et les arêtes de certains objets, tels que [[Draft Wire/fr|Draft Wires]], afin de les éditer à l'aide de modificateurs tels que [[Draft Move/fr|Draft Move]], [[Draft Rotate/fr|Draft Rotate]], et [[Draft Scale/fr|Draft Scale]]. Il vous permet de sélectionner plusieurs objets à modifier au lieu d'un seul. Une fois les objets mis en surbrillance, vous pouvez sélectionner des sous-éléments, des sommets et des arêtes spécifiques et les transformer (déplacer, faire pivoter, mettre à l'échelle) uniquement.


This tool was particularly developed to help edit the shape of [[Arch Wall|Arch Walls]] that are based on [[Draft Wire|Draft Wires]]. When various walls are selected, and the tool is used, the base wires automatically become visible, and display their nodes prominently.
Cet outil a été spécialement développé pour aider à modifier les formes [[Arch Wall/fr|Arch Walls]] basés sur [[Draft Wire/fr|Draft Wires]]. Lorsque divers murs sont sélectionnés et que l'outil est utilisé, les fils de base deviennent automatiquement visibles et affichent leurs nœuds de manière bien visible.


[https://forum.freecadweb.org/viewtopic.php?f=23&t=34114 Forum discussion] | [https://peertube.social/videos/watch/d39d4f3c-b3c8-4a18-b8c4-6719d0f70f48 Video demonstration 1], [https://peertube.social/videos/watch/861af3cb-b053-415c-ba31-fae332e916f4 2] |
[https://forum.freecadweb.org/viewtopic.php?f=23&t=34114 Forum discussion] | [https://peertube.social/videos/watch/d39d4f3c-b3c8-4a18-b8c4-6719d0f70f48 Video demonstration 1], [https://peertube.social/videos/watch/861af3cb-b053-415c-ba31-fae332e916f4 2] |
Line 200: Line 200:
|-
|-
| [[File:Draft_CubicBezCurve_example.png|384px]]
| [[File:Draft_CubicBezCurve_example.png|384px]]
| New [[Draft CubicBezCurve|Draft CubicBezCurve]] tool, to create 3rd degree Bezier curves in a way similar to Inkscape.
| Nouvel outil [[Draft CubicBezCurve/fr|Draft CubicBezCurve]], permettant de créer des courbes de Bézier au 3ème degré d’une manière similaire à Inkscape.
[https://forum.freecadweb.org/viewtopic.php?f=23&t=35397 Forum discussion] | [https://www.freecadweb.org/wiki/images/9/97/Draft_3rd_degree_bezier.gif Animated gif] |
[https://forum.freecadweb.org/viewtopic.php?f=23&t=35397 Forum discussion] | [https://www.freecadweb.org/wiki/images/9/97/Draft_3rd_degree_bezier.gif Animated gif] |
[https://github.com/FreeCAD/FreeCAD/pull/2072 Pull request #2072].
[https://github.com/FreeCAD/FreeCAD/pull/2072 Pull request #2072].
|-
|-
| [[File:Draft_Arc_3Points_example.png|384px]]
| [[File:Draft_Arc_3Points_example.png|384px]]
| New [[Draft Arc 3Points|Draft Arc 3Points]] tool, to create circular arcs by specifying three points through which the arc passes. Originally developed in the [[BIM Workbench]] and then migrated to Draft.
| Nouvel outil [[Draft Arc 3Points/fr|Draft Arc 3Points]], pour créer des arcs de cercle en spécifiant trois points par lesquels passe l'arc. Développé à l'origine dans l[[BIM Workbench/fr|atelier BIM]], puis migré vers Draft.
[https://forum.freecadweb.org/viewtopic.php?f=23&t=36332 Forum discussion], [https://github.com/FreeCAD/FreeCAD/commit/4f19a65559486f9bf6d462a9f8608d3883d71106 commit 4f19a65559], [https://github.com/FreeCAD/FreeCAD/commit/0b905fade00d5e96de70418d08459ec15369dd61 commit 0b905fade0], [https://github.com/FreeCAD/FreeCAD/pull/2286 pull request #2286].
[https://forum.freecadweb.org/viewtopic.php?f=23&t=36332 Forum discussion], [https://github.com/FreeCAD/FreeCAD/commit/4f19a65559486f9bf6d462a9f8608d3883d71106 commit 4f19a65559], [https://github.com/FreeCAD/FreeCAD/commit/0b905fade00d5e96de70418d08459ec15369dd61 commit 0b905fade0], [https://github.com/FreeCAD/FreeCAD/pull/2286 pull request #2286].
|-
|-
| [[File:Draft_layers.png|384px]]
| [[File:Draft_layers.png|384px]]
| New [[Draft Layer|Draft Layer]] tool that replaces the seldom used [[Draft VisGroup|Draft VisGroup]], providing a true layer system as it exists in other CAD systems. Draft Layer supports adding objects by drag-and-drop, controls object visibility and, optionally, object color.
| Nouvel outil [[Draft Layer/fr|Draft Layer]] qui remplace [[Draft VisGroup/fr|Draft VisGroup]] rarement utilisé, offrant ainsi un véritable système de calques tel qu'il existe dans d'autres systèmes de CAO. Draft Layer prend en charge l'ajout d'objets par glisser-déposer, contrôle la visibilité des objets et, éventuellement, la couleur de l'objet.
[https://forum.freecadweb.org/viewtopic.php?f=39&t=36669 Forum discussion] (development), [https://forum.freecadweb.org/viewtopic.php?f=9&t=36852 forum discussion] (announcement), [https://github.com/FreeCAD/FreeCAD/commit/5ee99ca4ee6b62e40d67e32b4a87a8af4be73e01 commit 5ee99ca4ee], [https://github.com/FreeCAD/FreeCAD/commit/36bc48c9bf240606870044e76cd3a62fe3317795 commit 36bc48c9bf].
[https://forum.freecadweb.org/viewtopic.php?f=39&t=36669 Forum discussion] (development), [https://forum.freecadweb.org/viewtopic.php?f=9&t=36852 forum discussion] (announcement), [https://github.com/FreeCAD/FreeCAD/commit/5ee99ca4ee6b62e40d67e32b4a87a8af4be73e01 commit 5ee99ca4ee], [https://github.com/FreeCAD/FreeCAD/commit/36bc48c9bf240606870044e76cd3a62fe3317795 commit 36bc48c9bf].
|-
|-
| [[File:Draft-TechDraw_integration.png|384px]]
| [[File:Draft-TechDraw_integration.png|384px]]
| Substantial reworking of Draft SVG routines to improve inclusion of 2D projections in [[TechDraw Workbench|TechDraw]] pages. This benefits tools like [[Draft Shape2DView|Draft Shape2DView]] and [[Arch SectionPlane|Arch SectionPlane]], when used with [[TechDraw NewDraft|TechDraw NewDraft]] and [[TechDraw NewArch|TechDraw NewArch]].
| Retouche substantielle des projets de routines SVG pour améliorer l'inclusion des projections 2D dans les pages [[TechDraw Workbench/fr|TechDraw]]. Cela profite à des outils tels que [[Draft Shape2DView/fr|Draft Shape2DView]] et [[Arch SectionPlane/fr|Arch SectionPlane]], lorsqu'ils sont utilisés avec [[TechDraw NewDraft/fr|TechDraw NewDraft]] et [[TechDraw NewArch/fr|TechDraw NewArch]].
[https://forum.freecadweb.org/viewtopic.php?f=35&t=38940 Forum discussion].
[https://forum.freecadweb.org/viewtopic.php?f=35&t=38940 Forum discussion].
|-
|-
| [[File:Draft_Fillet_example.png|384px]]
| [[File:Draft_Fillet_example.png|384px]]
| New [[Draft Fillet|Draft Fillet]] tool that creates a fillet (rounded corner) or a chamfer (straight line) between two simple [[Draft Line|Draft Lines]].
| Nouvel outil [[Draft Fillet/fr|Draft Fillet]] qui crée un congé (coin arrondi) ou un chanfrein (ligne droite) entre deux simples [[Draft Line/fr|Draft Lines]].


[https://forum.freecadweb.org/viewtopic.php?f=23&t=38715 Forum discussion], [https://github.com/FreeCAD/FreeCAD/pull/2441 pull request #2441], [https://github.com/FreeCAD/FreeCAD/pull/2492 pull request #2492].
[https://forum.freecadweb.org/viewtopic.php?f=23&t=38715 Forum discussion], [https://github.com/FreeCAD/FreeCAD/pull/2441 pull request #2441], [https://github.com/FreeCAD/FreeCAD/pull/2492 pull request #2492].
|}
|}


=== Autres ===
=== Améliorations futures de Draft ===


* The [[Draft Wire|Draft Wire]] tool now is called "Polyline" in the menu, instead of "DWire"; all options and functionality remain the same, so this doesn't break compatibility; [https://github.com/FreeCAD/FreeCAD/commit/39e748229e67fa93e924e355c0ce0897c870d756 commit 39e748229e].
* The [[Draft Wire|Draft Wire]] tool now is called "Polyline" in the menu, instead of "DWire"; all options and functionality remain the same, so this doesn't break compatibility; [https://github.com/FreeCAD/FreeCAD/commit/39e748229e67fa93e924e355c0ce0897c870d756 commit 39e748229e].

Revision as of 11:04, 2 November 2019

This page tracks new features as they are added to the development version of FreeCAD, which is currently 0.19. When the 0.19 feature freeze happens, delete these messages, and don't add more features to this page. FreeCAD 0.19 is expected to be released in 2020.

Are features missing? Mention them in the Release notes for v0.19 forum thread.

See Help FreeCAD for ways to contribute to FreeCAD.

FreeCAD 0.19 a été publié le DD mois 2020, il est disponible sur la page de téléchargement. Ceci est un résumé des changements les plus intéressants. La liste complète des modifications est disponible dans le journal des modifications MantisBT bugtracker FC 0.19.

Les notes de version plus anciennes de FreeCAD sont disponibles dans la liste des fonctionnalités.

Machine à vapeur à course courte Simpson et Shipton, vers 1845, à piston rotatif horizontal, par "un1corn", vitrine des utilisateurs.

Mise en lumière

Moteur à vapeur à soupape rotative horizontal 4 cylindres, par "un1corn", vitrine des utilisateurs.

Ajoutez ici une image de haute qualité qui met en évidence un développement de FreeCAD 0.19, avec son auteur, et un lien vers l'origine de l'image.

File:FreeCAD highlight 3 0.19.png

Ajoutez ici une image de haute qualité qui met en évidence un développement de FreeCAD 0.19, avec son auteur, et un lien vers l'origine de l'image.

Ajoutez ici une image de haute qualité qui met en évidence un développement de FreeCAD 0.19, avec son auteur, et un lien vers l'origine de l'image.

Généralités

Avec plus de 2000 validations dans la branche principale depuis la version 0.18, il s'agit de l'une des versions les plus complètes de tous les temps, avec plusieurs nouveaux composants tels que le nouvel objet "App::Link", ainsi que de nombreux nouveaux outils de l'atelier TechDraw qui rendra FreeCAD encore plus puissant pour la modélisation et l’assemblage solide en 3D. À côté de cela, l’écosystème FreeCAD a continué à se développer avec des ateliers externes plus spécialisés.

Python 3 et Qt5

L’effort de migration de Python 2 et Qt4 vers Python 3 et Qt5 est globalement terminé et la plupart des développeurs ont migré vers les chaînes d’outils Python3/Qt5.

Sans aucun doute, il y aura des bugs imprévus ; ceux-ci seront traités lorsqu'ils sont rapportés. Toute dépendance existante sur Python 2 ou Qt4 ne sera plus prise en charge au-delà du 1er janvier 2020, date à laquelle Python 2 ne sera officiellement plus pris en charge par la Fondation Python. Veuillez noter que certains addons n’ont pas encore été portés vers Python3/Qt5. Cela peut être dû à plusieurs raisons, notamment le manque de temps de la part de leurs développeurs, de dépendances brisées qui pourraient ne pas être facilement réparées, ou tout simplement parce que l'addon est considéré comme obsolète. Les personnes intéressées par la migration d'un atelier ou d'un outil particulier sont encouragées à participer au forum FreeCAD ; voir aussi Ateliers d'addon compatibles Python3 et Qt5 (en préparation depuis 0.18).

Quelques problèmes

Problème résolu avec la visibilité des conteneurs Std Part lorsque la fenêtre est affichée en plein écran dans Qt5 :

Développement

Documentation

  • La page Compiler sur Unix a été examinée pour mieux expliquer les conditions requises pour compiler sur différentes distributions Linux. Comme de nombreux développeurs utilisent des systèmes basés sur Debian, cette section a retenu l’attention. Les utilisateurs d'autres distributions Linux sont encouragés à maintenir la documentation de leur distribution particulière. Compiler sur Windows a également été réécrit pour expliquer comment utiliser LibPack pour la compilation.
  • La page de documentation Source a également été nettoyée pour mieux expliquer comment produire la documentation de programmation (API) à partir de sources C++ et Python.
  • La page Doxygen a été examinée et étendue pour donner plus de détails sur la syntaxe utilisée dans les fichiers C++ pour produire la documentation de programmation.
  • La page de gestion du code source a également été retravaillée avec de meilleures descriptions et des exemples d'utilisation de git pour gérer les branches et contribuer au code.
  • La page des ateliers externes a été réorganisée, de sorte que tous les ateliers dotés de nombreuses fonctionnalités et disponibles publiquement soient répertoriés. Si vous souhaitez ajouter un atelier à cette page, présentez-le dans le forum et fournissez des informations complémentaires telles que le manuel d'utilisation, les pages wiki et un lien vers son référentiel. Poussez ensuite pour qu’il soit inclus dans le gestionnaire d’addon.

Limitations connues

  • Écran noir en raison des pilotes de carte vidéo, lors de l'exécution de FreeCAD dans une machine virtuelle ; problème #3939.
  • La manette de jeu USB Logitech Wingman peut provoquer un comportement erratique lors de la rotation et du zoom dans la vue ; discussion sur le forum.
  • La navigation par navigation est entièrement prise en charge pour Windows mais doit être maintenue sous Linux et MacOS. Problème : le développeur, DeepSOIC, n’a pas de machine MacOS avec son trackpad spécial et ne l’a pas non plus testé sous Linux ; discussion sur le forum.

Interface utilisateur

Le cube de navigation a eu quelques retouches ; maintenant la transparence est utilisée pour être plus agréable aux yeux, et les flèches sont plus grosses pour que vous puissiez cliquer plus facilement.

Forum discussion, pull request #2076.

Nouveau thème d'icônes COIL développé par l'utilisateur 1D_Inc. Il s'agit d'un jeu d'icônes minimaliste inspiré des icônes de style de contour 2.8 de Blender (une bobine de fils ou de brins fait allusion à l'apparence des icônes). L'intention est d'avoir des icônes d'aspect professionnel qui peuvent être utilisées avec différents thèmes de couleurs, notamment clair, foncé et monochrome.

Forum discussion 1 (ancien thread), discussion 2 (thread principal), 1D_SVG_Tools repository.

Nouvelle gestion des thèmes d'icônes développée par l'utilisateur triplus.

Forum discussion.

Nouvelle feuille de style sombre développée par l'utilisateur userzmp2000.

Forum dscussion, BlenderLike-dark.qss.

Thèmes sombres par l'utilisateur pablogil. Variations bleue, verte et orange, plus sombres que les modèles précédents.

Forum discussion.

App::Link et assemblage

L'objet "App::Link" permet de lier de manière allégée des objets d'un document et de documents externes.

Après 2,5 années de développement, l'objet "Link", ou plus officiellement App::Link, a été introduit dans FreeCAD. C'est un type spécial de App::DocumentObject avec certaines propriétés qui, espérons-le, faciliteront la réalisation des assemblages.

Un "lien" permet aux objets d'utiliser les données d'un autre objet, telles que la géométrie ou même leur représentation visuelle 3D, dans le même fichier ou dans des fichiers différents. Cela peut être considéré comme un clone absolu et mince, ou comme le même objet vivant dans deux "instances" différentes. Certaines fonctionnalités offertes par un "lien" sont déjà présentes dans certains ateliers tels que Arch and BIM (clones, external references), mais l'implémentation de "lien" se situe au niveau de base et peut donc être utilisée par tous les ateliers de différentes manières.

Le composant "Link" a été conçu et développé presque à lui seul par l'utilisateur realthunder. Les motivations et les implémentations de conception derrière ce projet sont décrites dans sa page GitHub, Lien. Afin de réaliser cette fonctionnalité, plusieurs modifications essentielles à FreeCAD ont été apportées ; celles-ci sont également largement documentés dans Core-Changes.

L’histoire de "Link" peut être reliée à quelques fils essentiels du forum :

Finalement, la demande d'extraction et la fusion sont arrivées :

L'objet "Link" prépare FreeCAD pour la phase qui devait avoir lieu après la refonte de PartDesign dans FreeCAD 0.17, qui fonctionne avec les assemblages.

"Assembly3" est un atelier d'assemblage écrit en python par realthunder, qui utilise la fonctionnalité "Link". L'atelier a servi de banc d'essai pour le composant "Link" au cours de son développement. Bien que Assembly3 ne fasse toujours pas officiellement partie de FreeCAD, avec l’inclusion de "Link", Le temps est proche pour que Assembly3 soit fourni en tant que complément installable, tout comme l'atelier A2plus est actuellement fourni.

Autres ajouts dans la fusion App::Link

Outre l'introduction de "App::Link", la branche "LinkMerge" a également introduit certaines modifications visibles pour l'utilisateur en ce qui concerne les propriétés de l'objet, les expressions, la sélection visuelle et la vue en arborescence. Celles-ci sont décrites dans la page Core-Changes.

File:Custom-property.gif Des propriétés dynamiques peuvent être ajoutées à n’importe quel objet C++ ou Python. Cela peut rendre des macros telles que Macro PropertyMemo obsolètes.

Forum discussion | Animated gif

Les éléments sélectionnés masqués par d'autres éléments sont mis en surbrillance pour indiquer leur position dans le modèle.

Addon Manager

L'Addon Manager a été mis à niveau ; il est maintenant en mesure d'afficher des informations plus complètes sur tous les ateliers externes et macros, et d'afficher une icône pour chacun d'eux. Il permet également de vérifier les mises à jour au démarrage et d'utiliser des référentiels personnalisés.

Forum discussion.

Atelier Arch (Architecture)

L'outil Arch Site est à nouveau capable de générer des diagrammes de trajectoire solaire si la latitude, la longitude et la déclinaison fournies sont fournies. Cela nécessite Pysolar 0.7 ou supérieur, et ne fonctionne qu'avec Python 3.

Forum discussion, commit 2177f4437, commit c05bc0990.

L'outil Arch Site peut désormais afficher une boussole pour indiquer la direction du "vrai nord" (déclinaison) dans le modèle. Par défaut, le nord est aligné sur l'axe des ordonnées. Ceci est utile lorsque vous travaillez en coordonnées du monde réel.

Forum discussion, pull request #2111, commit ff1fb11af, pull request #2360.

L'outil Arch SectionPlane a maintenant la possibilité de découper la vue pour qu'elle serve de caméra.

Forum discussion, commit 9a64f3fad9.

L'outil Arch Fence a été ajouté pour produire des objets de clôture à partir d'une situation et d'un chemin.

Forum discussion, pull request #2151, pull request #2173, pull request #2263, pull request #2270.

Arch Fence en action.

Améliorations apportées au module renforcement, qui étend l'outil Arch Rebar.

Interface utilisateur graphique automatisée pour le renforcement : le but est de faciliter la création automatique de barres d’armature simples et complexes. Ce développement a été réalisé dans le cadre du projet Google Summer of Code 2019 : Suraj_Dadral/gsoc_proposal.

Forum discussion, FreeCAD-Reinforcement (master code), SurajDadral/FreeCAD-Reinforcement (development fork).

Atelier Draft (Planche à dessin)

L'outil Draft Edit a été mis à niveau pour permettre la modification simultanée de plusieurs objets brouillons et pour afficher de meilleurs suiveurs.

Forum discussion | Animated gif | Pull request #1968, commit 272a8dfcc9, commit 7de2248bb, pull request #2108, pull request #2430.

L'outil a également été déplacé dans son propre module : commit a4e2df115d, commit c351b9094.

Nouvel outil Draft SubelementHighlight pour mettre en évidence les nœuds et les arêtes de certains objets, tels que Draft Wires, afin de les éditer à l'aide de modificateurs tels que Draft Move, Draft Rotate, et Draft Scale. Il vous permet de sélectionner plusieurs objets à modifier au lieu d'un seul. Une fois les objets mis en surbrillance, vous pouvez sélectionner des sous-éléments, des sommets et des arêtes spécifiques et les transformer (déplacer, faire pivoter, mettre à l'échelle) uniquement.

Cet outil a été spécialement développé pour aider à modifier les formes Arch Walls basés sur Draft Wires. Lorsque divers murs sont sélectionnés et que l'outil est utilisé, les fils de base deviennent automatiquement visibles et affichent leurs nœuds de manière bien visible.

Forum discussion | Video demonstration 1, 2 | Pull request #1975.

Nouvel outil Draft CubicBezCurve, permettant de créer des courbes de Bézier au 3ème degré d’une manière similaire à Inkscape.

Forum discussion | Animated gif | Pull request #2072.

Nouvel outil Draft Arc 3Points, pour créer des arcs de cercle en spécifiant trois points par lesquels passe l'arc. Développé à l'origine dans latelier BIM, puis migré vers Draft.

Forum discussion, commit 4f19a65559, commit 0b905fade0, pull request #2286.

Nouvel outil Draft Layer qui remplace Draft VisGroup rarement utilisé, offrant ainsi un véritable système de calques tel qu'il existe dans d'autres systèmes de CAO. Draft Layer prend en charge l'ajout d'objets par glisser-déposer, contrôle la visibilité des objets et, éventuellement, la couleur de l'objet.

Forum discussion (development), forum discussion (announcement), commit 5ee99ca4ee, commit 36bc48c9bf.

Retouche substantielle des projets de routines SVG pour améliorer l'inclusion des projections 2D dans les pages TechDraw. Cela profite à des outils tels que Draft Shape2DView et Arch SectionPlane, lorsqu'ils sont utilisés avec TechDraw NewDraft et TechDraw NewArch.

Forum discussion.

Nouvel outil Draft Fillet qui crée un congé (coin arrondi) ou un chanfrein (ligne droite) entre deux simples Draft Lines.

Forum discussion, pull request #2441, pull request #2492.

Améliorations futures de Draft

  • The Draft Wire tool now is called "Polyline" in the menu, instead of "DWire"; all options and functionality remain the same, so this doesn't break compatibility; commit 39e748229e.
  • Undergoing efforts to split tools into their own module files to ease maintenance of the codebase for the future; forum discussion, commit 16c26cb3b1.
  • Undergoing efforts to document the Python source code (adding complete docstrings), in order to produce better programming documentation that can be used by both users and developers. See Source documentation for instructions on generating the documentation with Doxygen.

Atelier FEM

After half a year in development and testing the "femconcrete" branch was added to the FEM Workbench. This provides tools to estimate the level of reinforcement required in a concrete structure to prevent brittle failure under tension or shear. In essence, it is a post processing routine for the CalculiX solver, which calculates the principal tensile stresses in the concrete from an elastic analysis and uses those to determine the minimum reinforcement in the three coordinate directions required to prevent failure.

Forum discussion, Analysis of reinforced concrete with FEM (tutorial) | Pull request #2267.

After a few months in development the "fcFEM" macro was published. It implements a finite element solver entirely in Python. Its author designed it to overcome the limitations of other external solvers, like CalculiX and z88. Some of the intended improvements include creating mixed mesh analyses, improved beam and shell elements, arc-length control for overcoming limit points in elastic-plastic analyses, implementation of zero-thickness interface elements for different applications, and others.

In due time this solver could be distributed together with the FEM Workbench, meaning that the FreeCAD project would have its own finite element solver for doing mechanical and structural analyses.

Forum discussion | fcFEM repository (LGPL 2).

Topology optimization has long been a feature desired for those working with FEM. In 2016 the BESO (Bi-directional Evolutionary Structural Optimization) project was started, implementing an iterative method with the CalculiX solver that removes ineffective elements from a mesh in order to optimize the mass of the design. In the 0.19 development cycle, a simple graphical interface has been developed to facilitate generating the beso configuration files.

Forum discussion | beso repository (LGPL 3).

Similar to beso, the ToOptix project also provides a macro to perform topology optimization; it currently only works in structural and heat transfer studies.

Forum discussion (just a mention) | ToOptixFreeCADAddon repository (GPL 2).

Autres

  • Updated coding standards that strive for PEP8 compliance with Python; forum discussion, commit ad03ee9bdf, commit 27cb54009b.
  • The Elmer project has developed a library for handling batch type pre-processing for the ElmerSolver, using the FEM Workbench. This includes creating mesh objects for FreeCAD, manipulating the mesh sizes of solids, creating finite element meshes using Gmsh, running ElmerGrid and exporting the mesh for ElmerSolver, and selecting and naming bodies and boundaries for ElmerSolver; forum discussion, elmerfem repository (Elmer main repository), FreeCADBatchFEMTools repository (library to interact with FEM Workbench, LGPL 2.1).
  • The integration of the OOFem solver, which started in 2018, is progressing, so it is now another option that can be used for structural analysis in FreeCAD. This solver is interesting in that it has interface elements, as well as arc-length control, in addition to many non-linear material models. The integration of OOFEM into FEM has been carried in various commits that together serve as documentation on how to integrate similar solvers; forum discussion, femoofem branch, OOFEM main website, oofem repository (LGPL 2.1).

Atelier Part (Pièce)

New command Part PointsFromMesh to create an object made of points from an imported mesh. Then the points can be used as reference objects to do further operations, such as define a plane, and draw a sketch. This can be used to reverse engineer or remodel meshes by creating solid objects.

Forum discussion (and video), pull request #2450.

  • New Face method: Part.Face.cutHoles(list_of_wires) to cut holes into a face. The face usually needs to be validated after operation.
  • The "App::Link" merge introduced two new commands, Part TransformedCopy and Part ElementCopy. These commands create non-parametric copies of a body with a transformed placement, and of an element (vertex, edge, or face); commit 6da72b9859. These operations essentially make the Macro Repro Wire obsolete.

Atelier PartDesign (Conception de pièces)

Features that have an "Attachment" property now show when the attachment mode is "deactivated" by displaying a small overlay to the left of the icon in the tree view. Features that are attached to a plane or other reference don't display this overlay.

Forum discussion, pull request #2272.

Atelier Path

Added coolant modes for coolant management.

Forum discussion, pull request #2463.

Autres

Atelier Render

Added support for Blender's standalone "Cycles" renderer; commit 759067912f; FreeCAD-render repository. The Cycles standalone renderer usually needs to be compiled from source, as the binary is normally not provided by itself in a complete Blender distribution.

Besides this, the Render Workbench already has support for Pov-Ray, Luxrender and Appleseed.

Atelier Sketcher (esquisseur)

In the Sketcher "Elements" panel there is now a "Mode" filter to select "normal", "construction", "external", or "all" geometry. This is useful to perform an action with only one type of geometry. For example, one use case is selecting only the "construction" edges, and deleting them after being used.

Atelier Spreadsheet (Feuille de calcul)

The introduction of "App::Link" also brought some improvements to the Expressions capabilities of FreeCAD, which are visible in the Property editor, and the Spreadsheet Workbench. These are described in Core-Changes.

  • A new expression syntax is introduced to unambiguously reference a property of the owner object, by omitting the object reference and starting with a leading dot (.), similar to Python relative import syntax. So instead of Cylinder.Height, now you can use .Height.
  • You can refer to an object by its Name or by its Label. In the case of a Label, it must be enclosed in << and >> symbols, such as <<Label>>. For example, <<Metal_cylinder>>.Height.
  • Improved spreadsheet recomputation logic, and cell copy and paste functions.

Atelier Start

Re-added example files to the Start page with saved thumbnails in their icons.

Forum discussion, pull request #2316.

Atelier Surface

None

TechDraw Workbench

Improved placing and scaling of a 3D viewport screenshot in a TechDraw page.

Forum discussion.

New TechDraw Balloon tool to add balloon decorators to create notes with numbers, letters, and text.

Forum discussion, pull request #2013.

New TechDraw LeaderLine and TechDraw RichTextBlock tools to create better annotations in the drawing page.

Forum discussion, commit 7f07195f93, commit 6c699887c0; testing and bug fixing commit ab986d9a00, commit 15f440525e, commit 8ef3f13fbb, commit bf38ae958f, commit 74737f71fd, commit be257182ba, commit de3715908e, commit 916fe7ced3.

New TechDraw CosmeticVertex, TechDraw Midpoints, and TechDraw Quadrant tools, which allow the user to place fake or "cosmetic" vertices that can be used to create dimensions. The midpoint and quadrant vertices can be used to add more points to straight and curved edges (circular arcs), respectively; the "CosmeticVertex" tool can add a point anywhere on the drawing view without requiring being based on existing geometry.

Forum discussion, commit 59e47de506, commit 94b167f3a2.

New TechDraw FaceCenterLine, TechDraw 2LineCenterLine, and TechDraw 2PointCenterLine tools, to add a line in the center of a face, or between two existing edges, or between two existing points, respectively.

Also, TechDraw DecorateLine to change the appearance of single edges, and TechDraw CosmeticEraser to remove any of the cosmetic features from the view.

Forum discussion (v1, alpha), forum discussion (v2), commit 656e1654ff, commit 93431edfba, commit f25826bba3, commit 11d8aaed61, commit 941968b37c.

New TechDraw WeldingSymbol tool to provide welding symbols. One of the most requested features from the older Drawing Workbench is finally in TechDraw.

Forum discussion (testing), forum discussion (main thread); pull request #2446.

Old welding symbols from Drawing Workbench.

New TechDraw ActiveView tool. It produces a static image from the active 3D view, and puts it in a new TechDraw view. The result is a snapshot that doesn't update with changes to the model, and which is very fast to produce because it doesn't perform hidden line removal calculations. It is intended for rapid visualization of models, or to display flat projections of models without needing to add dimensions, a workflow that may be interesting for architectural visualization. Together with Arch SectionPlane and TechDraw NewArch, TechDraw ActiveView hopes to improve the interaction between Arch and TechDraw to document building models.

Forum discussion, commit 13676bfe57.

New page templates, Russian State Standard of Technical Documentation (Unified system for design documentation), GOST 2.104-2006, GOST Р 21.1101-2013.

Forum discussion, pull request #2249.

New page templates, the People's Republic of China Templates A series; please use with font family "HYSWLongFangSong".

Forum discussion, pull request #2322.

New page templates, A-size, Slovenian (GPL 2).

Forum discussion, FreeCADTemplates repository.

Only LGPL2 compatible code can be provided directly with TechDraw; code contributed under GPL2 or GPL3 needs to be stored in a separate repository.

The drawing of dimensions was completely rewritten. Now any drawn dimension is fully compliant with one of ISO 129-1 or ASME Y14.5M standards. There are four styles to choose from: ISO oriented (rotated value), ISO Referencing (horizontal value), ASME Inlined (horizontal value), ASME Referencing (value connected by a reference line).

Forum discussion, pull request #2552.

Further TechDraw Improvements

  • There has been discussions about changing the standard behavior of TechDraw. Instead of keeping the drawing pages updated automatically, they would be updated only on demand; this would mitigate the effects of TechDraw slowing down the rest of FreeCAD when modelling. Moreover, now that "App::Link" is included in FreeCAD, TechDraw pages may be stored in a separate file, and loaded on demand; forum discussion (main discussion), forum discussion (alternatives).
  • Fixed font size issues when exporting to SVG; forum discussion, pull request #2219.
  • Fixed regression in caption handling and hide caption property where not applicable; pull request #2228.
  • Added options for page size, line width and background when saving to SVG; this improves Draft/Arch and TechDraw integration; pull request #2455.
  • New panning of the page using the middle mouse button; forum discussion, pull request #2458.
  • Finer control of drawing updates; forum discussion, pull request #2468, commit 5bed53f858, commit b2d8eeeb65.
  • Also new TechDraw Redraw tool to force a drawing page update while ignoring the state of the options "Update with 3d", "Allow page override", or "KeepUpdated". This tool disappeared in 0.18, but was re-implemented for 0.19; forum discussion.

Material Handling

None

Macros

See Macros recipes for many more macros.

Automatic light-gauge steel frame creator and panelizer.

Forum discussion | Screencast | FreeCAD-Steel_Frame repository (GPL 3).

Additional modules

See external workbenches for the full list of additional workbenches that can be installed in FreeCAD. If you want to see your workbench added, join the forum and present your code.

3D Printing Tools

Previously it was called "MeshTools". It has utilities for working with imported STL meshes which could be used for 3D printing, like scaling the mesh up and down, scale it to fit a 3D printer, make objects transparent, hide and show objects, change colors and line widths of groups of objects, and others.

Forum discussion | 3D Printing Tools repository (LGPL 2.1).

A2plus

The successor to the Assembly2 workbench, A2plus is the most mature assembly workbench, and has received important updates in this development cycle, like an improved point on plane constraint, and point on line constraint, using the center of a sphere as the point; this improves the constraining of spheres.

Forum discussion | A2plus repository (LGPL 2.1).

Please note: A2plus is not compatible with Assembly2 or other assembly workbenches. If you have previous assemblies, they will need to be re-created entirely in A2plus.

Assembly3

Assembly3 is an assembly workbench created by developer realthunder, that is inspired by Assembly2, but is not compatible with it. Assembly3 makes use of realthunder's "App::Link" object and various significant changes to the internal code of FreeCAD. Because of this reason, Assembly3 cannot be installed simply from the Addon Manager. Instead, realthunder provides a pre-compiled version of FreeCAD that includes Assembly3. This workbench serves as a testing environment for the "App::Link" object, and other changes that realthunder plans to submit to the main FreeCAD source code.

Forum discussion (massive thread) | FreeCAD_assembly3 repository (GPL 3).

Please note: Assembly3 is not compatible with Assembly2 or other assembly workbenches. If you have previous assemblies, they will need to be re-created entirely in Assembly3.

Assembly4

Assembly4 is an assembly workbench created by developer Zolko, that uses realthunder's "App::Link" object and many other changes to the base FreeCAD system. Because of this, Assembly4 cannot be installed simply from the Addon Manager. Instead, first the pre-compiled FreeCAD from realthunder needs to be installed, and then Assembly4 can be installed.

Assembly4 is an experimental workbench that tries to perform assembly without using a constraint solver, but rather with the concept of arranging local coordinate systems.

Forum discussion (original idea), forum discussion (main thread) | FreeCAD_Assembly4 repository (LGPL 2.1).

Please note: Assembly4 is not compatible with Assembly3 or other assembly workbenches. If you have previous assemblies, they will need to be re-created entirely in Assembly4.

ArchTextures

The ArchTextures Workbench was developed to provide basic texture support to Arch Workbench elements like walls and roofs, in order to quickly visualize a building. It is not intended to produce photo-realistic renderings, just simple texturing of materials like wood, brick, and concrete. It also provides lights (directional, point, and spot), which makes it more feature complete to set up a scene.

Forum discussion (help requests), forum discussion (development), forum discussion (only announcements), forum discussion (announcement of lights) | FreeCAD-ArchTextures repository (MIT).

BOLTSFC

BOLTS is an "open library of technical specifications"; it is meant to provide free, standardized parts defined parametrically that can be used in different CAD systems like OpenSCAD and FreeCAD. The BOLTS library was launched in 2013 but received little maintenance since 2016. Now, with a new maintainer and repository, the project has revived with the BOLTSFC workbench that provides an interface to insert the different parametric objects.

Forum discussion | Homepage | BOLTSFC repository, BOLTS main repository (GPL 3).

CurvedShapes Workbench

The CurvedShapes workbench has tools for designing 3D surfaces starting from a skeleton of multiple curves in the XY, XZ, or YZ planes. It was created particularly to simplify the modelling of the wings of aircrafts.

Forum discussion | CurvedShapesWorkbench repository (LGPL 3).

Dodo (formerly Flamingo)

Dodo is the successor to the Flamingo Workbench, a workbench specialized in creating piping and frames. While Flamingo was developed for Python 2 and Qt4, Dodo is meant to work with Python 3 and Qt5. It provides the same features as Flamingo, but has improved tools and interfaces.

Forum discussion (main thread), forum discussion (Dodo announcement), tutorial | flamingo repository (LGPL 3), dodo repository (LGPL 3).

Fasteners

The Fasteners Workbench to generate standard ISO screws, bolts, washers, and other fasteners, was updated to work with Python 3 and Qt5.

Forum discussion, FreeCAD_FasternersWB repository (GPL 2), additional details.

Geomatics Workbench

A workbench that provides functionality specific to Geomatics and Survey engineering, such as importing geodata information, and creating surfaces from clouds of points. There are some issues with rendering objects that use large coordinates (kilometers) and importing large DXF files. If you want to help solving these issues, please contact the developers.

Forum discussion | FreeCAD-Geomatics-Workbench repository (LGPL 2.1).

MeshRemodel Workbench

This workbench helps convert a mesh, for example, an imported STL file, into a native FreeCAD object. It will not do the conversion automatically, but it will help re-build, or re-model, the imported mesh. The general workflow is to select the mesh object, then create a "points" object from it; then these points can be used as references for creating FreeCAD objects such as lines, polygons, circles, arcs, and BSplines. These wires can then be turned into a Sketch object, which can be padded to create a 3D solid with the PartDesign Workbench.

Forum discussion (only announcement) | MeshRemodel repository (LGPL 2.1).

MOOC Workbench

The MOOC workbench is an educational tool that offers interactive tutorials and exercise evaluations to learn to use FreeCAD. It was developed as part of a series of courses on Digital Manufacturing.

At this moment, the workbench is only offered in the French language.

Forum discussion | mooc-workbench repository (GPL 2).

NodeEditor (PyFlow)

The NodeEditor workbench implements a system of nodes that can be used to dynamically control the properties of objects, similar to Blender's node system to edit materials. The NodeEditor is based on a slightly modified version of the PyFlow framework, which is under active development.

A node editor has been a requested feature for a very long time, at least since 2014 (see this thread). A fully working node editor has the potential of simplifying the drawing of complex shapes using generative algorithms that produce a shape based on the values of its inputs. This could be used to create various types of meshes and surfaces with applications in architecture and mechanical design.

Forum discussion | NodeEditor repository (MIT License), PyFlow customized fork (Apache 2.0 license), PyFlow original project (Apache 2.0 license).

Trails (and PyTrails and Turns)

The Trails workbench was formerly known as the "Transportation Engineering" workbench. It consists of a toolset for developing highway and railway designs, including horizontal alignments, vertical profiles, and 3D models. Read more in the wiki page Civil Engineering/Transportation Workbench.

Forum discussion (original thread that started the project), forum discussion (main thread, very long), video example | freecad.trails repository (LGPL 2.1).

Most of the functions used in the Trails workbench have been placed in a new Python library called PyTrails. The expectation is that Trails serves as a FreeCAD based graphical interface for PyTrails, while PyTrails remains a general purpose library that can be used outside FreeCAD in other projects.

Forum discussion (PyTrails announcement) | PyTrails repository (LGPL 2.1).

The Turns workbench is a small component that was created during development of the Trails workbench. It performs vehicle swept-path analysis (turning analysis) for highway intersections and other entrances.

Forum discussion (main thread) | freecad.turns repository (LGPL 2.1).

Other Modules

CadQuery
github
Scripting based on the CadQuery CAD scripting API. A new code editor is available and script variables can be edited dynamically through a parameter dialog. The workbench also supports normal file operations for CadQuery scripts (open, new, close, etc), and example scripts to help users learn new concepts.
Curves
github discussion
A collection of tools to create and edit NURBS curves and surfaces.
Defeaturing Workbench
discussion github
Edit imported STEP models and remove selected features from the model.
Electromagnetic (EM)
discussion
Electromagnetic
InventorLoader
discussion github
Import Autodesk Inventor files (in progress).
KicadStepUp Workbench
discussion sourceforge
Provide support for KiCad and FreeCAD users in ECAD and MCAD collaboration.
Lithophane Workbench
github discussion
Create Lithophanes by projecting images onto solid surfaces
Manipulator Workbench
discussion
Tools to aid in part manipulation
Nurbs
discussion github Microelly's "FreeCAD Buch"
A collection of scripts for managing freeform surfaces and curves.
SheetMetal Workbench
Discussion (thread 1 | thread 2 | thread 3) github
Tools for designing and bending objects made from sheet metal
Silk
discussiongithub
A collection of NURBS surface modeling tools focused on low degree and seam continuity.
SQL Workbench
discussion github
Perform Structured Query Language (SQL) queries on FreeCAD document files to retrieve and report model data.