Translations:Draft ShapeString/10/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Pour créer une Draft Forme à partir d'un texte, utilisez la méthode {{incode|make_shapestring}} ({{Version/fr|0.19}}) du module Draft. Cette méthode remplace la méthode dépréciée {{incode|makeShapeString}}.
L'outil Formes à partir de texte peut être utilisé dans une [[macros/fr|macro]] Python à partir de la console [[Python/fr|Python]] en utilisant la fonction suivante :

Latest revision as of 10:36, 1 November 2023

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 (Draft ShapeString)
To create a Draft ShapeString use the {{incode|make_shapestring}} method ({{Version|0.19}}) of the Draft module. This method replaces the deprecated {{incode|makeShapeString}} method.

Pour créer une Draft Forme à partir d'un texte, utilisez la méthode make_shapestring (introduit dans la version 0.19) du module Draft. Cette méthode remplace la méthode dépréciée makeShapeString.