Команда "Макрос..."

From FreeCAD Documentation
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a translated version of the page Std DlgMacroExecute and the translation is 41% complete.
Outdated translations are marked like this.
Other languages:

Макрос

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

Описание

The Std DlgMacroExecute command opens the Execute macro dialog box. From this dialog box macros can be executed, edited and managed.

The Execute macro dialog box

Применение

  1. There are several ways to invoke the command:
  2. The Execute macro dialog box opens. See Options.

Опции

Find file / Find in files

introduced in version 0.22
These two input boxes can be used to filter macros from the file list on the User macros tab or the System macros tab. You may use regular expressions or simply enter text. All matches are case-insensitive.
Find file filters the list by filename. Only filenames that match the entered text will appear in the list. Find in files filters the list by file content. Only files whose text content matches the entered text will appear in the list.
Remove all text from a filter's input box to disable it. If both input boxes contain text, both filters are applied. Filtering may result in an empty list.

Пользовательские макросы

The User macros tab lists the macros available in the User macros location.
  1. Click a macro in the list to select it.
  2. The name of the selected macro will appear in the Macro name box.

Системные макросы

To make use of the System macros tab you must create a folder named Macro as a sibling folder of the bin folder where FreeCAD is installed and put some macros there.
To find the bin folder enter this in the Python console:
App.getHomePath()
  1. Click a macro in the list to select it.
  2. The name of the selected macro will appear in the Macro name box.

Расположение пользовательских макросов

  1. Press the ... button to change the user macros location.
  2. Browse to a different folder and select it.

Выполнить

  1. To execute a macro do one of the following:
    • Select the macro in the list and press the Execute button.
    • Double-click the macro in the list.
  2. The dialog box closes.
  3. The macro is executed.

Закрыть

  1. Нажмите Esc или кнопку Закрыть, чтобы закрыть диалоговое окно.

Создать

  1. Press the Create button to create a new macro file.
  2. Enter a name in the dialog box that pops up. You do not have to include the .FCMacro extension.
  3. Press Enter or the OK button.
  4. Both dialog boxes close.
  5. The new file is opened in the Macro editor.

Удалить

  1. Select the macro you want to delete in the list.
  2. Press the Delete button.
  3. Press the Yes button in the confirmation dialog box that pops up.

Редактировать

  1. Select the macro you want to edit in the list.
  2. Press the Edit button.
  3. The dialog box closes.
  4. The selected file is opened in the Macro editor.

Переименовать

  1. Select the macro you want to rename in the list.
  2. Press the Rename button.
  3. Enter a new name in the dialog box that pops up. You do not have to include the .FCMacro extension.
  4. Press Enter or the OK button.

Дублировать

  1. Select the macro you want to duplicate in the list.
  2. Press the Duplicate button.
  3. Enter a new name in the dialog box that pops up. You do not have to include the .FCMacro extension.
  4. Press Enter or the OK button.

Панель инструментов

  1. Select the macro you want to add to a custom toolbar in the list.
  2. Press the Toolbar button.
  3. Two 'walkthrough' dialogs will guide you through the required steps. See Interface Customization for more information.

Download

  1. Press the Download button to start the Addon manager.

Примечания

  • To learn more about macros see the Macros page.

Настройки

  • The user macros location can also be changed in the preferences: Edit → Preferences... → Python → Macro → Macro path. See Preferences Editor.