Macroː Registra una macro

From FreeCAD Documentation
Revision as of 18:15, 30 December 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Registra una macro

Posizione nel menu
Macro → Registra una macro ...
Ambiente
Tutti
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Interrompi la registrazione

Descrizione

Il comando Registra una macro avvia una sessione di registrazione della macro durante la quale le azioni dell'utente vengono memorizzate in una macro di FreeCAD, un file con estensione .FCMacro. Una macro può essere successivamente riprodotta, eseguita, per ripetere le azioni registrate.

La finestra di dialogo Registrazione macro

Utilizzo

La funzione è accessibile tramite Macro → Registra macro ..., oppure tramite il pulsante Registra macro della barra degli strumenti delle macro .

Options

  • When the Macro recording dialog box is displayed: press Esc or the Cancel button to abort the command.

Notes

Preferences

  • The macro path can also be changed in the preferences: Edit → Preferences... → General → Macro → Macro path. See Preferences Editor.
  • In most cases it is undesirable to record actions that do not change the model: under Edit → Preferences... → General → Macro → GUI commands do one of the following:
    • To exclude these actions uncheck the Record GUI commands checkbox.
    • To include them as comments only check both the Record GUI commands and Record as comment checkboxes.