Scripting and macros/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "* User interface: ** PySide ** PySide : Exemples pour débutant ** PySide_Intermediate_Examples/fr|PySide : Exemples pour utili...")
No edit summary
(13 intermediate revisions by the same user not shown)
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}})


* FeaturePython objects (also called 'scripted objects'):
* Objets FeaturePython (également appelés 'objets scriptés') :
** [[FeaturePython_Objects/fr|Créé un Objet FeaturePython partie I]]
** [[FeaturePython_Objects/fr|Créé un Objet FeaturePython partie I]]
** [[Creating_a_FeaturePython_Box,_Part_II/fr| Créé un Objet FeaturePython partie II]]
** [[Creating_a_FeaturePython_Box,_Part_II/fr| Créé un Objet FeaturePython partie II]]
Line 49: Line 49:
** [[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/|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]]
Line 64: Line 64:
** [[Qt_Example/fr|Qt Exemple]]
** [[Qt_Example/fr|Qt Exemple]]


* 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]]
** [[Module_Creation|Module (=workbench) creation]]
** [[Module_Creation/fr|Création de module]]
** [[Code_snippets|Code snippets]]
** [[Code_snippets/fr|Extraits de codes]]
** [[Macros_recipes|Macros recipes]]
** [[Macros_recipes/fr|"Recettes" de Macros]]
** [[Line_drawing_function|Line drawing function]]
** [[Line_drawing_function/fr|Fonction - tracer une ligne]]
** [[Piffpoof_Macro_Half-Hull_Model|Macro Half-Hull Model]]
** [[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]]





Revision as of 17:26, 11 September 2020

Présentation des pages de script Python