Translations:Release notes 0.19/65/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* La boîte de dialogue pour éditer [[Part_Prism/fr|Prismes]] permet maintenant de spécifier un angle par rapport à la normale du plan d'attache choisi. De cette façon, on peut créer des prismes obliques. [https://forum.freecadweb.org/viewtopic.php?f=27&t=49343#p422857 Forum discussion], [https://github.com/FreeCAD/FreeCAD/pull/3793 pull request #3793]
* Nouvelle méthode Face: {{incode|Part.Face.cutHoles(list_of_wires)}} pour effectuer des trous dans une face. La face doit généralement être validée après l'opération.
* Nouvelle méthode de Face : {{incode|Part.Face.cutHoles(list_of_wires)}} pour effectuer des trous dans une face. La face doit généralement être validée après l'opération.
* Le merge [[App_Link/fr|App Link]] a introduit deux nouvelles commandes, [[Part_TransformedCopy/fr|Part Copie transformée]] et [[Part_ElementCopy/fr|Part Copie d'un élément]]. Ces commandes créent des copies non paramétriques d'un corps avec un placement transformé et d'un élément (sommet, arête ou face); [https://github.com/FreeCAD/FreeCAD/commit/6da72b9859f6d21119831d44a8d132c8e2dfb544 commit 6da72b9859]. Ces opérations rendent la [[Macro_Repro_Wire/fr|Macro Repro Wire]] obsolète.
* Le merge [[App_Link/fr|App Link]] a introduit deux nouvelles commandes, [[Part_TransformedCopy/fr|Part Copie transformée]] et [[Part_ElementCopy/fr|Part Copie d'un élément]]. Ces commandes créent des copies non paramétriques d'un corps avec un placement transformé et d'un élément (sommet, arête ou face) ; [https://github.com/FreeCAD/FreeCAD/commit/6da72b9859f6d21119831d44a8d132c8e2dfb544 commit 6da72b9859]. Ces opérations rendent la [[Macro_Repro_Wire/fr|Macro Repro Wire]] obsolète.
* Il est maintenant possible de définir des [[Expressions/fr|expressions]] pour tous les paramètres des [[Part_Module/fr#Primitives|primitives]]. [https://github.com/FreeCAD/FreeCAD/commit/dd4874d2 commit dd4874d2] et [https://github.com/FreeCAD/FreeCAD/commit/7405dd0e commit 7405dd0e].
* Il est maintenant possible de définir des [[Expressions/fr|expressions]] pour tous les paramètres des [[Part_Workbench/fr#Primitives|primitives]]. [https://github.com/FreeCAD/FreeCAD/commit/dd4874d2 commit dd4874d2] et [https://github.com/FreeCAD/FreeCAD/commit/7405dd0e commit 7405dd0e].
* Correction du support cassé pour les unités "INCH" lors de l'exportation aux formats STEP/IGES; [https://forum.freecadweb.org/viewtopic.php?f=22&t=36808&p=314172#p314172 forum discussion], [https://github.com/FreeCAD/FreeCAD/commit/1b2617358 commit 1b26173580].
* Correction du support cassé pour les unités "INCH" lors de l'exportation aux formats STEP/IGES; [https://forum.freecadweb.org/viewtopic.php?f=22&t=36808&p=314172#p314172 forum discussion], [https://github.com/FreeCAD/FreeCAD/commit/1b2617358 commit 1b26173580].

Latest revision as of 18:11, 6 September 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Release notes 0.19)
* The dialog to edit [[Part_Prism|Prisms]] allows now to specify an angle in respect to the normal of the chosen attachment plane. This way one can create skew prisms. [https://forum.freecadweb.org/viewtopic.php?f=27&t=49343#p422857 Forum discussion], [https://github.com/FreeCAD/FreeCAD/pull/3793 pull request #3793]
* New Face method: {{incode|Part.Face.cutHoles(list_of_wires)}} to cut holes into a face. The face usually needs to be validated after operation.
* The [[App_Link|App Link]] merge introduced two new commands, [[Part_TransformedCopy|Part TransformedCopy]] and [[Part_ElementCopy|Part ElementCopy]]. These commands create non-parametric copies of a body with a transformed placement, and of an element (vertex, edge, or face); [https://github.com/FreeCAD/FreeCAD/commit/6da72b9859f6d21119831d44a8d132c8e2dfb544 commit 6da72b9859]. These operations essentially make the [[Macro_Repro_Wire|Macro Repro Wire]] obsolete.
* It is now possible to set [[Expressions|expressions]] for all parameters of [[Part_Workbench#Primitives|primitives]]. [https://github.com/FreeCAD/FreeCAD/commit/dd4874d2 commit dd4874d2] and [https://github.com/FreeCAD/FreeCAD/commit/7405dd0e commit 7405dd0e].
* Fixed broken support for "INCH" units when exporting to STEP/IGES formats; [https://forum.freecadweb.org/viewtopic.php?f=22&t=36808&p=314172#p314172 forum discussion], [https://github.com/FreeCAD/FreeCAD/commit/1b2617358 commit 1b26173580].