Translations:Create a FeaturePython object part II/3/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
m (FuzzyBot moved page Translations:Creating a FeaturePython Box, Part II/3/fr to Translations:Create a FeaturePython object part II/3/fr without leaving a redirect: Part of translatable page "Creating a FeaturePython Box, Part II")
(No difference)

Revision as of 20:40, 23 March 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 (Create a FeaturePython object part II)
On the [[Create_a_FeaturePython_object_part_I|Create a FeaturePython object part I]] page we've focused on the internal aspects of a Python class built around a FeaturePython object, specifically an {{incode|App::FeaturePython}} object. We've created the object, defined some properties, and added a document-level event callback that allows our object to respond to a document recompute with the {{incode|execute()}} method. But our object still lacks a presence in the [[3D_view|3D view]]. Let's remedy that by adding a box.

Sur la page Objets FeaturePython, nous nous sommes concentrés sur les aspects internes d'une classe Python construite autour d'un objet FeaturePython, en particulier un objet App::FeaturePython. Nous avons créé l'objet, défini certaines propriétés et ajouté un rappel d'événement au niveau du document qui permet à notre objet de répondre à un recalcul de document avec la méthode execute(). Mais notre objet n'a toujours pas de présence dans la Vue 3D. Remédions à cela en ajoutant une boîte.