Scripting and macros/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "* Extraits et exemples : ** Définir une commande ** Création d'atelier ** Création de module ** Code_snipp...")
No edit summary
 
(34 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/fr|Working with macros]]
** [[Macros/fr|Travailler avec les macros]]
** [[Scripts|Script tutorial]]
** [[Scripts|Script tutorial]]
** [[Introduction_to_Python/fr|Introduction to Python]]
** [[Introduction_to_Python/fr|Introduction à Python]]
** [[Python_scripting_tutorial/fr|Python scripting tutorial]]
** [[Python_scripting_tutorial/fr|Tutoriel sur les scripts Python]]
** [[FreeCAD_Scripting_Basics/fr|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/fr|Exemple d'interface de programmation pour dessin]] ({{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/fr|FEM : Tutoriel Python]]
** [[FEM_Tutorial_Python/fr|FEM : Tutoriel Python]]
** [[Mesh_Scripting/fr|Scripts pour le maillage]]
** [[Mesh_Scripting/fr|Scripts pour le maillage]]
Line 28: Line 28:
** [[Part_scripting/fr|Part : Ecrire un script]]
** [[Part_scripting/fr|Part : Ecrire un script]]
** [[Topological_data_scripting/fr|Part : Manipulation d'une forme basique]]
** [[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/fr|Path : Ecrire un script]]
** [[Path_scripting/fr|Path : Ecrire un script]]
** [[Raytracing_API_example/fr|Raytracing : Exemples d'API]] ({{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') :
** [[FeaturePython_Objects/fr|Créé un Objet FeaturePython partie I]]
** [[Create_a_FeaturePython_object_part_I/fr|Créer un objet FeaturePython partie I]]
** [[Creating_a_FeaturePython_Box,_Part_II/fr| Créé un Objet FeaturePython partie II]]
** [[Create_a_FeaturePython_object_part_II/fr|Créer un objet FeaturePython partie II]]
** [[Scripted_objects/fr|Objets créés par script]]
** [[Scripted_objects/fr|Objets créés par script]]
** [[Scripted_objects_saving_attributes/fr|Objets créés par script enregistrant des attributs]]
** [[Scripted_objects_saving_attributes/fr|Objets créés par script enregistrant des attributs]]
Line 43: Line 44:
** [[Custom_icon_in_tree_view/fr|Icône personnalisée dans l'arborescence]]
** [[Custom_icon_in_tree_view/fr|Icône personnalisée dans l'arborescence]]
** [[Property/fr|Propriétés des objets]]
** [[Property/fr|Propriétés des objets]]
** [[PropertyLink:_InList_and_OutList/fr|PropertyLink: InList et OutList]]
** [[FeaturePython_methods/fr|Méthodes FeaturePython]]
** [[FeaturePython_methods/fr|Méthodes FeaturePython]]


Line 49: Line 51:
** [[Pivy/fr|Pivy]]
** [[Pivy/fr|Pivy]]


* Interface utilisateur :
* User interface:
** [[PySide/fr|PySide]]
** [[PySide/fr|PySide]]
** [[PySide_Beginner_Examples/fr|PySide : Exemples pour débutant]]
** [[PySide_Beginner_Examples/fr|PySide : Exemples pour débutant]]
** [[PySide_Intermediate_Examples/fr|PySide : Exemples pour utilisateur moyen]]
** [[PySide_Intermediate_Examples/fr|PySide : Exemples pour utilisateur moyen]]
** [[PySide_Advanced_Examples/fr/|PySide : Exemples pour utilisateur expérimenté]]
** [[PySide_Advanced_Examples/fr|PySide : Exemples pour utilisateur expérimenté]]
** [[PySide_usage_snippets/fr|Extraits d'utilisation de PySide]]
** [[PySide_usage_snippets/fr|Extraits d'utilisation de PySide]]
** [[Interface_creation/fr|Creation d'interface]]
** [[Interface_creation/fr|Creation d'interface]]
** [[Interface_creation_with_UI_files|Interface creation with UI files]]
** [[Dialog_creation/fr|Création d'une boite de dialogue]]
** [[Dialog_creation/fr|Création d'une boite de dialogue]]
** [[Dialog_creation_with_various_widgets/fr|Création d'une boîte de dialogues avec différents widgets]]
** [[Dialog_creation_with_various_widgets/fr|Création d'une boîte de dialogues avec différents widgets]]
Line 67: Line 68:
** [[Command/fr|Définir une commande]]
** [[Command/fr|Définir une commande]]
** [[Workbench_creation/fr|Création d'atelier]]
** [[Workbench_creation/fr|Création d'atelier]]
** [[Module_Creation/fr|Création de module]]
** [[Code_snippets/fr|Extraits de codes]]
** [[Code_snippets/fr|Extraits de codes]]
** [[Macros_recipes/fr|"Recettes" de Macros]]
** [[Macros_recipes/fr|"Recettes" de Macros]]
** [[Line_drawing_function/fr|Fonction - tracer une ligne]]
** [[Line_drawing_function/fr|Fonction - tracer une ligne]]
** [[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