Std DlgMacroRecord/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/ru|Name=Std DlgMacroRecord|Name/ru=Std DlgMacroRecord|MenuLocation=Макрос → Запись макроса ...|Workbenches=All|SeeAlso=Std_Dl...")
 
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
{{GuiCommand/ru|Name=Std DlgMacroRecord|Name/ru=Std DlgMacroRecord|MenuLocation=[[Macros/ru|Макрос]] → Запись макроса ...|Workbenches=All|SeeAlso=[[Std_DlgMacroExecuteDirect/ru|Выполнить макрос]]}}
{{GuiCommand/ru|Name=Std DlgMacroRecord|Name/ru=Std DlgMacroRecord|MenuLocation=[[Macros/ru|Макрос]] → Запись макроса ...|Workbenches=All|SeeAlso=[[Std_DlgMacroExecuteDirect/ru|Выполнить макрос]]}}


Line 30: Line 31:
The macro is available in your macros directory.
The macro is available in your macros directory.
{{clear}}
{{clear}}
<languages/>

Revision as of 06:43, 9 August 2018

Other languages:

Std DlgMacroRecord

Системное название
Std DlgMacroRecord
Расположение в меню
Макрос → Запись макроса ...
Верстаки
All
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Выполнить макрос

Description

This function records a macro, all operations you made in 3D space.

It is accessible via Macro → Macro recording ..., or via Template:KEY/it button in the macro toolbar .

Utilization

Start the function with one of these methods before. The following window appears:

Macro recording
  • Macro name : Enter the name of the new macro.
  • Macro path : Path macro library. To change the path, click ... .
  • Record : Record the macro. Starts recording of everything that is done later.
    The button Stop the macro recording session in the macros toolbar turn green .
  • Stop : Stop recording the macro.
  • Cancel : Cancels and closes the window.


Once completed click Template:KEY/it to stop recording the macro.

The macro can be called through Macro → Macros..., or with the Execute this macro button in the macro toolbar to be executed or modified as you want

Example

Click the button enter a name for the macro and validate, open a document, create a cube, change the color stop the macro with the button .

The macro is available in your macros directory.