Scripting and macros/it: Difference between revisions

From FreeCAD Documentation
(Created page with "* Relativamente agli ambienti integrati: ** Esempi di API Drawing ({{Emphasis|l'ambiente Drawing è obsoleto}}) ** FEM_Tutorial_Python/it|FEM Tuto...")
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 34: Line 34:
** [[Sketcher_scripting/it|Script di Sketcher]]
** [[Sketcher_scripting/it|Script di Sketcher]]


* FeaturePython objects (also called 'scripted objects'):
* Oggetti FeaturePython (chiamati anche "oggetti con script"):
** [[Create_a_FeaturePython_object_part_I|Create a FeaturePython object part I]]
** [[Create_a_FeaturePython_object_part_I/it|Creare oggetti FeaturePython parte 1]]
** [[Create_a_FeaturePython_object_part_II|Create a FeaturePython object part II]]
** [[Create_a_FeaturePython_object_part_II/it|Creare oggetti FeaturePython parte 2]]
** [[Scripted_objects|Scripted objects]]
** [[Scripted_objects/it|Script di oggetti]]
** [[Scripted_objects_saving_attributes|Scripted objects saving attributes]]
** [[Scripted_objects_saving_attributes/it|Oggetti creati con script che salvano gli attributi]]
** [[Scripted_objects_migration|Scripted objects migration]]
** [[Scripted_objects_migration/it|Migrazione di oggetti creati con script]]
** [[Scripted_objects_with_attachment|Scripted objects with attachment]]
** [[Scripted_objects_with_attachment/it|Oggetti creati da script con parti associate]]
** [[Viewprovider|Viewprovider]]
** [[Viewprovider/it|Viewprovider]]
** [[Custom_icon_in_tree_view|Custom icon in tree view]]
** [[Custom_icon_in_tree_view/it|Icona personalizzata nella vista ad albero]]
** [[Property|Properties]]
** [[Property/it|Proprietà]]
** [[PropertyLink:_InList_and_OutList|PropertyLink: InList and OutList]]
** [[PropertyLink:_InList_and_OutList/it|PropertyLink: InList e OutList]]
** [[FeaturePython_methods|Methods]]
** [[FeaturePython_methods/it|Metodi]]


* [[3D_view|3D view]]:
* [[3D_view/it|Vista 3D]]:
** [[Scenegraph|The Coin scenegraph]]
** [[Scenegraph/it|La Scena grafica Coin]]
** [[Pivy|Pivy]]
** [[Pivy/it|Pivy]]


* Interfaccia utente:
* User interface:
** [[PySide|PySide]]
** [[PySide/it|PySide]]
** [[PySide_Beginner_Examples|PySide beginner examples]]
** [[PySide_Beginner_Examples/it|Esempi di livello base di PySide]]
** [[PySide_Intermediate_Examples|PySide intermediate examples]]
** [[PySide_Intermediate_Examples/it|Esempi di livello medio di PySide]]
** [[PySide_Advanced_Examples|PySide advanced examples]]
** [[PySide_Advanced_Examples/it|Esempi di PySide di livello avanzato]]
** [[PySide_usage_snippets|PySide usage snippets]]
** [[PySide_usage_snippets/it|Frammenti di codice per l'utilizzo di PySide]]
** [[Interface_creation|Interface creation]]
** [[Interface_creation/it|Creare l'interfaccia]]
** [[Dialog_creation|Dialog creation]]
** [[Dialog_creation/it|Creare delle finestre di dialogo]]
** [[Dialog_creation_with_various_widgets|Dialog creation with various widgets]]
** [[Dialog_creation_with_various_widgets/it|Creare una finestra di dialogo con diversi widget]]
** [[Dialog_creation_reading_and_writing_files|Dialog creation reading and writing files]]
** [[Dialog_creation_reading_and_writing_files/it|Creare una finestra di dialogo per leggere e scrivere file]]
** [[Dialog_creation_setting_colors|Dialog creation setting colors]]
** [[Dialog_creation_setting_colors/it|Creare una finestra di dialogo per la regolazione del colore]]
** [[Dialog_creation_image_and_animated_GIF|Dialog creation image and animated GIF]]
** [[Dialog_creation_image_and_animated_GIF/it|Creare una finestra di dialogo per immagini e GIF animate]]
** [[Qt_Example|Qt Example]]
** [[Qt_Example/it|Esempio Qt]]


* Frammenti di codice ed esempi:
* Snippets and examples:
** [[Command|Define a command]]
** [[Command/it|Definire un comando]]
** [[Workbench_creation|Workbench creation]]
** [[Workbench_creation/it|Creare un Ambiente di lavoro]]
** [[Code_snippets|Code snippets]]
** [[Code_snippets/it|Frammenti di codice]]
** [[Macros_recipes|Macros recipes]]
** [[Macros_recipes/it|Raccolta di macro]]
** [[Line_drawing_function|Line drawing function]]
** [[Line_drawing_function/it|Funzione per disegnare delle linee]]


* Varie:
* Miscellaneous:
** [[Debugging]]
** [[Debugging/it|Debugging]]
** [[Embedding_FreeCAD|Embedding FreeCAD]]
** [[Embedding_FreeCAD/it|Incorporare FreeCAD]]
** [[Embedding_FreeCADGui|Embedding FreeCADGui]]
** [[Embedding_FreeCADGui/it|Incorporare l'interfaccia grafica di FreeCAD]]
** [[Extra_python_modules|Extra python modules]]
** [[Extra_python_modules/it|Moduli Python aggiuntivi]]
** [[FreeCAD_vector_math_library|FreeCAD vector math library]]
** [[FreeCAD_vector_math_library/it|Libreria di matematica vettoriale di FreeCAD]]
** [[How_to_install_macros|How to install macros]]
** [[How_to_install_macros/it|Come installare le macro]]
** [[IPython_notebook_integration|IPython notebook integration]]
** [[IPython_notebook_integration|IPython notebook integration]]
** [[Macro_at_Startup|Macro at startup]]
** [[Macro_at_Startup/it|Eseguire automaticamente una macro all'avvio]]
** [[Profiling]]
** [[Profiling/it|Profilazione]]
** [[Python]]
** [[Python/it|Python]]
** [[PythonOCC]]
** [[PythonOCC/it|PythonOCC]]
** [[Python_Development_Environment|Python development environment]]
** [[Python_Development_Environment/it|Ambiente di sviluppo Python]]
** [[Quantity]]
** [[Quantity/it|Quantity]]
** [[Svg_Namespace|Svg namespace]]
** [[Svg_Namespace/it|Svg namespace]]





Latest revision as of 11:55, 18 September 2022

Panoramica delle pagine di scripting Python