Scripting and macros/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(43 intermediate revisions by 4 users not shown)
Line 2: Line 2:


{{Docnav/fr
{{Docnav/fr
|[[Start_up_and_Configuration/fr|Démarrage et configuration]]
|[[FreeCAD_Scripting_Basics/fr|Débuter avec les scripts FreeCAD]]
|[[Licence/fr|Licence]]
|[[Macros/fr|Macros]]
}}
}}


Line 14: Line 14:
** [[Manual:Creating_interface_tools/fr|Manuel : Création d'outils d'interface]]
** [[Manual:Creating_interface_tools/fr|Manuel : Création d'outils d'interface]]


* Basics:
* Les bases :
** [[Macros|Working with macros]]
** [[Macros/fr|Travailler avec les macros]]
** [[Scripts|Script tutorial]]
** [[Scripts|Script tutorial]]
** [[Introduction_to_Python|Introduction to Python]]
** [[Introduction_to_Python/fr|Introduction à Python]]
** [[Python_scripting_tutorial|Python scripting tutorial]]
** [[Python_scripting_tutorial/fr|Tutoriel sur les scripts Python]]
** [[FreeCAD_Scripting_Basics|FreeCAD scripting basics]]
** [[FreeCAD_Scripting_Basics/fr|Débuter avec les scripts FreeCAD]]


* Ateliers intégrés apparentés :
* Built-in workbench related:
** [[Drawing_API_example|Drawing scripting]] ({{Emphasis|the Drawing workbench is obsolete}})
** [[Drawing_API_example/fr|Exemple d'interface de programmation pour dessin]] ({{Emphasis|l'atelier Drawing est obsolète}})
** [[FEM_Tutorial_Python|FEM scripting]]
** [[FEM_Tutorial_Python/fr|FEM : Tutoriel Python]]
** [[Mesh_Scripting|Mesh scripting]]
** [[Mesh_Scripting/fr|Scripts pour le maillage]]
** [[Mesh_to_Part|Mesh: Converting between Meshes and Parts]]
** [[Mesh_to_Part/fr|De maillage en objet Part]]
** [[Part_scripting|Part scripting]]
** [[Part_scripting/fr|Part : Ecrire un script]]
** [[Topological_data_scripting|Part: Basic shape manipulation]]
** [[Topological_data_scripting/fr|Part : Manipulation d'une forme basique]]
** [[Scripted_Parts:_Ball_Bearing_-_Part_1|Part: Create a ball bearing part I]]
** [[Scripted_Parts:_Ball_Bearing_-_Part_1/fr|Objets scriptés "Part" : Roulement à billes - Partie I]]
** [[Scripted_Parts:_Ball_Bearing_-_Part_2|Part: Create a ball bearing part II]]
** [[Scripted_Parts:_Ball_Bearing_-_Part_2/fr|Objets scriptés "Part" : Roulement à billes - Partie II]]
** [[Path_scripting|Path scripting]]
** [[Path_scripting/fr|Path : Ecrire un script]]
** [[Raytracing_API_example|Raytracing scripting]] ({{Emphasis|the Raytracing workbench is obsolete}})
** [[Raytracing_API_example/fr|Raytracing : Exemples d'API]] ({{Emphasis|l'atelier Raytracing est obsolète}})
** [[Sketcher_scripting/fr|Sketcher : Ecrire un script]]


* FeaturePython objects (also called 'scripted objects'):
* Objets FeaturePython (également appelés 'objets scriptés') :
** [[Create_a_FeaturePython_object_part_I/fr|Créer un objet FeaturePython partie I]]
** [[FeaturePython_Objects|Create a FeaturePython object part I]]
** [[Create_a_FeaturePython_object_part_II/fr|Créer un objet FeaturePython partie II]]
** [[Creating_a_FeaturePython_Box,_Part_II|Create a FeaturePython object part II]]
** [[Scripted_objects|Scripted objects]]
** [[Scripted_objects/fr|Objets créés par script]]
** [[Scripted_objects_saving_attributes|Scripted objects saving attributes]]
** [[Scripted_objects_saving_attributes/fr|Objets créés par script enregistrant des attributs]]
** [[Scripted_objects_migration|Scripted objects migration]]
** [[Scripted_objects_migration|Scripted objects migration]]
** [[Scripted_objects_with_attachment|Scripted objects with attachment]]
** [[Scripted_objects_with_attachment/fr|Objets créés par script avec pièce jointe]]
** [[Viewprovider|Viewprovider]]
** [[Viewprovider/fr|Viewprovider]]
** [[Custom_icon_in_tree_view|Custom icon in tree view]]
** [[Custom_icon_in_tree_view/fr|Icône personnalisée dans l'arborescence]]
** [[Property|Properties]]
** [[Property/fr|Propriétés des objets]]
** [[PropertyLink:_InList_and_OutList/fr|PropertyLink: InList et OutList]]
** [[FeaturePython_methods|Methods]]
** [[FeaturePython_methods/fr|Méthodes FeaturePython]]


* [[3D_view|3D view]]:
* [[3D_view/fr|Vue 3D]] :
** [[Scenegraph|The Coin scenegraph]]
** [[Scenegraph/fr|Le scénégraphe Coin]]
** [[Pivy|Pivy]]
** [[Pivy/fr|Pivy]]


* Interface utilisateur :
* User interface:
** [[PySide|PySide]]
** [[PySide/fr|PySide]]
** [[PySide_Beginner_Examples|PySide beginner examples]]
** [[PySide_Beginner_Examples/fr|PySide : Exemples pour débutant]]
** [[PySide_Intermediate_Examples|PySide intermediate examples]]
** [[PySide_Intermediate_Examples/fr|PySide : Exemples pour utilisateur moyen]]
** [[PySide_Advanced_Examples|PySide advanced examples]]
** [[PySide_Advanced_Examples/fr|PySide : Exemples pour utilisateur expérimenté]]
** [[PySide_usage_snippets|PySide usage snippets]]
** [[PySide_usage_snippets/fr|Extraits d'utilisation de PySide]]
** [[Interface_creation|Interface creation]]
** [[Interface_creation/fr|Creation d'interface]]
** [[Dialog_creation/fr|Création d'une boite de dialogue]]
** [[Interface_creation_with_UI_files|Interface creation with UI files]]
** [[Dialog_creation_with_various_widgets/fr|Création d'une boîte de dialogues avec différents widgets]]
** [[Dialog_creation|Dialog creation]]
** [[Dialog_creation_reading_and_writing_files/fr|Création d'une boîte de dialogue lecture et écriture de fichiers]]
** [[Dialog_creation_with_various_widgets|Dialog creation with various widgets]]
** [[Dialog_creation_setting_colors/fr|Création d'une boîte de dialogue "réglage des couleurs"]]
** [[Dialog_creation_reading_and_writing_files|Dialog creation reading and writing files]]
** [[Dialog_creation_image_and_animated_GIF/fr|Création d'une boîte de dialogue pour image et GIF animé]]
** [[Dialog_creation_setting_colors|Dialog creation setting colors]]
** [[Qt_Example/fr|Qt Exemple]]
** [[Dialog_creation_image_and_animated_GIF|Dialog creation image and animated GIF]]
** [[Qt_Example|Qt Example]]


* Extraits et exemples :
* Snippets and examples:
** [[Command|Define a command]]
** [[Command/fr|Définir une commande]]
** [[Workbench_creation|Workbench creation]]
** [[Workbench_creation/fr|Création d'atelier]]
** [[Code_snippets/fr|Extraits de codes]]
** [[Module_Creation|Module (=workbench) creation]]
** [[Macros_recipes/fr|"Recettes" de Macros]]
** [[Code_snippets|Code snippets]]
** [[Line_drawing_function/fr|Fonction - tracer une ligne]]
** [[Macros_recipes|Macros recipes]]
** [[Line_drawing_function|Line drawing function]]
** [[Piffpoof_Macro_Half-Hull_Model|Macro Half-Hull Model]]


* Divers :
* Miscellaneous:
** [[Debugging]]
** [[Debugging/fr|Débogage]]
** [[Embedding_FreeCAD|Embedding FreeCAD]]
** [[Embedding_FreeCAD/fr|Intégrer FreeCAD]]
** [[Embedding_FreeCADGui|Embedding FreeCADGui]]
** [[Embedding_FreeCADGui/fr|Intégration de FreeCADGui]]
** [[Extra_python_modules|Extra python modules]]
** [[Extra_python_modules/fr|Modules python supplémentaires]]
** [[FreeCAD_vector_math_library|FreeCAD vector math library]]
** [[FreeCAD_vector_math_library|FreeCAD vector math library]]
** [[How_to_install_macros|How to install macros]]
** [[How_to_install_macros/fr|Comment installer des Macros]]
** [[IPython_notebook_integration|IPython notebook integration]]
** [[IPython_notebook_integration|IPython notebook integration]]
** [[Macro_at_Startup|Macro at startup]]
** [[Macro_at_Startup/fr|Exécuter une macro au démarrage]]
** [[Profiling]]
** [[Profiling/fr|Profilage]]
** [[Python]]
** [[Python/fr|Python]]
** [[PythonOCC]]
** [[PythonOCC/fr|PythonOCC]]
** [[Python_Development_Environment|Python development environment]]
** [[Python_Development_Environment/fr|Environnement de Développement Python]]
** [[Quantity]]
** [[Quantity/fr|Quantity]]
** [[Svg_Namespace|Svg namespace]]
** [[Svg_Namespace/fr|Svg namespace]]




{{Docnav/fr
{{Docnav/fr
|[[Start_up_and_Configuration/fr|Démarrage et configuration]]
|[[FreeCAD_Scripting_Basics/fr|Débuter avec les scripts FreeCAD]]
|[[Licence/fr|Licence]]
|[[Macros/fr|Macros]]
}}
}}


Line 98: Line 97:
[[Category:Developer Documentation{{#translation:}}]]
[[Category:Developer Documentation{{#translation:}}]]
[[Category:Python Code{{#translation:}}]]
[[Category:Python Code{{#translation:}}]]
{{clear}}

Latest revision as of 10:10, 21 November 2021

Présentation des pages de script Python