Translations:Line drawing function/29/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
(correct script filename)
Line 1: Line 1:
Mais cela ne fonctionnera toujours pas car une commande FreeCAD doit être formatée d'une certaine manière pour fonctionner, nous devrons changer notre outil {{incode|line()}}. Notre nouveau script {{FileName|exerc.py}} devrait ressembler à ceci:
Mais cela ne fonctionnera toujours pas car une commande FreeCAD doit être formatée d'une certaine manière pour fonctionner, nous devrons changer notre outil {{incode|line()}}. Notre nouveau script {{FileName|exercise.py}} devrait ressembler à ceci:

Revision as of 19:46, 5 November 2022

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 (Line drawing function)
But this still won't work because a FreeCAD command must be formatted in a certain manner to work, we will need to change our {{incode|line()}} tool. Our new {{FileName|exercise.py}} script should look like this:

Mais cela ne fonctionnera toujours pas car une commande FreeCAD doit être formatée d'une certaine manière pour fonctionner, nous devrons changer notre outil line(). Notre nouveau script exercise.py devrait ressembler à ceci: