Translations:Topological data scripting/153/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "Un plan est une surface rectangulaire plate. La méthode utilisée pour le créer est {{incode|makePlane(longueur, largeur, [start_pnt, dir_normal])}}. Par défaut start_pnt =...")
 
No edit summary
 
Line 1: Line 1:
Un plan est une surface rectangulaire plate. La méthode utilisée pour le créer est {{incode|makePlane(longueur, largeur, [start_pnt, dir_normal])}}. Par défaut start_pnt = Vector(0, 0, 0) et dir_normal = Vector(0, 0, 1). L'utilisation de dir_normal = Vector(0, 0, 1) créera le plan orienté dans la direction positive de l'axe Z, tandis que dir_normal = Vector(1, 0, 0) créera le plan orienté dans la direction positive de l'axe X :
Un plan est une surface rectangulaire plate. La méthode utilisée pour le créer est {{incode|makePlane(length, width, [start_pnt, dir_normal])}}. Par défaut start_pnt = Vector(0, 0, 0) et dir_normal = Vector(0, 0, 1). L'utilisation de dir_normal = Vector(0, 0, 1) créera le plan orienté dans la direction positive de l'axe Z, tandis que dir_normal = Vector(1, 0, 0) créera le plan orienté dans la direction positive de l'axe X :

Latest revision as of 12:51, 6 September 2020

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 (Topological data scripting)
A Plane is a flat rectangular surface. The method used to create one is {{incode|makePlane(length, width, [start_pnt, dir_normal])}}. By default start_pnt = Vector(0, 0, 0) and dir_normal = Vector(0, 0, 1). Using dir_normal = Vector(0, 0, 1) will create the plane facing in the positive Z axis direction, while dir_normal = Vector(1, 0, 0) will create the plane facing in the positive X axis direction:

Un plan est une surface rectangulaire plate. La méthode utilisée pour le créer est makePlane(length, width, [start_pnt, dir_normal]). Par défaut start_pnt = Vector(0, 0, 0) et dir_normal = Vector(0, 0, 1). L'utilisation de dir_normal = Vector(0, 0, 1) créera le plan orienté dans la direction positive de l'axe Z, tandis que dir_normal = Vector(1, 0, 0) créera le plan orienté dans la direction positive de l'axe X :