Scripting and macros/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{docnav/ru
|[[Creating a FeaturePython Box, Part II/ru|Creating a FeaturePython Box, Part II]]
|}}


<div class="mw-translate-fuzzy">
* [[Scripted objects/ru]]: Как сделать объекты FreeCAD, полностью состоящие из скриптов Python
{{Docnav/ru
* [[Drawing Module/ru]]: Автоматизация процесса 3D-в-2D
|[[Start_up_and_Configuration/ru|Start up and Configuration]]
* [[Line drawing function/ru]]: Как создать простой инструмент для рисования линий
|[[Licence/ru|Лицензия]]
* [[PySide/ru]]: Введение в PySide и его использование в FreeCAD
}}
* [[Dialog creation/ru]]: Как создать диалог с помощью Qt designer, и использовать его в FreeCAD
</div>
* [[Embedding FreeCAD/ru]]: Как импортировать FreeCAD в другие приложения как модуль python
* [[Macros recipes/ru]]: Примеры скриптовых макросов
* [[Code snippets/ru]]: Куски кода для использования в Ваших скриптах
* [[Topological data scripting/ru]]: Базовые примеры манипуляции с фигурами
* [[Python Development Environment/ru]]: Упрощённая среда разработки для Python в FreeCAD


==Overview of Python scripting pages==
{{docnav/ru

|[[Creating a FeaturePython Box, Part II/ru|Creating a FeaturePython Box, Part II]]
* Python related pages in the Manual:
|}}
** [[Manual:A_gentle_introduction|A gentle introduction]]
** [[Manual:Creating_and_manipulating_geometry|Creating and manipulating geometry]]
** [[Manual:Creating_parametric_objects|Creating parametric objects]]
** [[Manual:Creating_interface_tools|Creating interface tools]]

* Basics:
** [[Macros|Working with macros]]
** [[Scripts|Script tutorial]]
** [[Introduction_to_Python|Introduction to Python]]
** [[Python_scripting_tutorial|Python scripting tutorial]]
** [[FreeCAD_Scripting_Basics|FreeCAD scripting basics]]

* Built-in workbench related:
** [[Drawing_API_example|Drawing scripting]] ({{Emphasis|the Drawing workbench is obsolete}})
** [[FEM_Tutorial_Python|FEM scripting]]
** [[Mesh_Scripting|Mesh scripting]]
** [[Mesh_to_Part|Mesh: Converting between Meshes and Parts]]
** [[Part_scripting|Part scripting]]
** [[Topological_data_scripting|Part: Basic shape manipulation]]
** [[Scripted_Parts:_Ball_Bearing_-_Part_1|Part: Create a ball bearing part I]]
** [[Scripted_Parts:_Ball_Bearing_-_Part_2|Part: Create a ball bearing part II]]
** [[Path_scripting|Path scripting]]
** [[Raytracing_API_example|Raytracing scripting]] ({{Emphasis|the Raytracing workbench is obsolete}})
** [[Sketcher_scripting|Sketcher scripting]]

* FeaturePython objects (also called 'scripted objects'):
** [[Create_a_FeaturePython_object_part_I|Create a FeaturePython object part I]]
** [[Create_a_FeaturePython_object_part_II|Create a FeaturePython object part II]]
** [[Scripted_objects|Scripted objects]]
** [[Scripted_objects_saving_attributes|Scripted objects saving attributes]]
** [[Scripted_objects_migration|Scripted objects migration]]
** [[Scripted_objects_with_attachment|Scripted objects with attachment]]
** [[Viewprovider|Viewprovider]]
** [[Custom_icon_in_tree_view|Custom icon in tree view]]
** [[Property|Properties]]
** [[PropertyLink:_InList_and_OutList|PropertyLink: InList and OutList]]
** [[FeaturePython_methods|Methods]]

* [[3D_view|3D view]]:
** [[Scenegraph|The Coin scenegraph]]
** [[Pivy|Pivy]]

* User interface:
** [[PySide|PySide]]
** [[PySide_Beginner_Examples|PySide beginner examples]]
** [[PySide_Intermediate_Examples|PySide intermediate examples]]
** [[PySide_Advanced_Examples|PySide advanced examples]]
** [[PySide_usage_snippets|PySide usage snippets]]
** [[Interface_creation|Interface creation]]
** [[Dialog_creation|Dialog creation]]
** [[Dialog_creation_with_various_widgets|Dialog creation with various widgets]]
** [[Dialog_creation_reading_and_writing_files|Dialog creation reading and writing files]]
** [[Dialog_creation_setting_colors|Dialog creation setting colors]]
** [[Dialog_creation_image_and_animated_GIF|Dialog creation image and animated GIF]]
** [[Qt_Example|Qt Example]]

* Snippets and examples:
** [[Command|Define a command]]
** [[Workbench_creation|Workbench creation]]
** [[Code_snippets|Code snippets]]
** [[Macros_recipes|Macros recipes]]
** [[Line_drawing_function|Line drawing function]]

* Miscellaneous:
** [[Debugging]]
** [[Embedding_FreeCAD|Embedding FreeCAD]]
** [[Embedding_FreeCADGui|Embedding FreeCADGui]]
** [[Extra_python_modules|Extra python modules]]
** [[FreeCAD_vector_math_library|FreeCAD vector math library]]
** [[How_to_install_macros|How to install macros]]
** [[IPython_notebook_integration|IPython notebook integration]]
** [[Macro_at_Startup|Macro at startup]]
** [[Profiling]]
** [[Python]]
** [[PythonOCC]]
** [[Python_Development_Environment|Python development environment]]
** [[Quantity]]
** [[Svg_Namespace|Svg namespace]]


<div class="mw-translate-fuzzy">
{{Docnav/ru
|[[Dialog_creation/ru|Создание диалога]]
|[[Licence/ru|Лицензия]]
}}
</div>


{{Powerdocnavi{{#translation:}}}}
{{Powerdocnavi{{#translation:}}}}
[[Category:Developer Documentation{{#translation:}}]]
[[Category:Python Code{{#translation:}}]]
[[Category:Python Code{{#translation:}}]]

Latest revision as of 20:03, 20 November 2021

Overview of Python scripting pages