CAM OpActiveToggle/de

From FreeCAD Documentation
This page is a translated version of the page CAM OpActiveToggle and the translation is 29% complete.

Diese Dokumentation ist noch nicht fertiggestellt. Bitte hilf mit und trage etwas zur Dokumentation bei.

Die Seite GuiBefehl Modell erklärt, wie Befehle dokumentiert werden sollten. Unter Category:UnfinishedDocu findest du weitere unvollständige Seiten wie diese (und unter Category:UnfinishedDocu/de unvollständige Übersetzungen). Siehe Category:Command Reference für sämtliche Befehle (und Category:UnfinishedDocu/de für vorhandene Übersetzungen).

Siehe WikiSeiten, um zu lernen, wie die Wiki-Seiten bearbeitet werden und FreeCAD Unterstützen, um andere Wege zu entdecken, wie du einen Beitrag leisten kannst.

CAM OpActiveToggle

Menu location
CAM → Toggle the Active State of the Operation
Workbenches
CAM
Default shortcut
P X
Introduced in version
-
See also
None

Beschreibung

The Active tool in the CAM Workbench is used to toggle the active state of an existing path operation.

This tool can only be used if your Job has at least one path operation.

Anwendung

  1. Select an operation in the Operations group belonging to a Job. A deactivated operation can be recognized by its grayed out label and icon.
  2. There are several ways to invoke the command:
    • Press the CAM OpActiveToggle button.
    • Select the CAM → Toggle the Active State of the Operation option from the menu.
    • Use the keyboard shortcut: P then X.
  3. The result depends on the selected operation:
    • If you have selected an active operation the command deactivates it:
      • The operation icon is replaced with the command icon: .
      • The operation icon and label are grayed out.
      • The paths generated from the operation disappear from the 3D view.
      • When using the CAM Inspect command or the CAM Post command, the operation's G-code is not provided.
    • If you have selected a deactivated operation the command activates it:
      • The operation icon is replaced with that belonging to the operation.
      • The operation icon and label are no longer grayed out.
      • The paths generated from the operation are recomputed and displayed in the 3D view.
      • When using the CAM Inspect command or the CAM Post command, the operation's G-code is provided.

Optionen

Empty

Eigenschaften

Empty

Skripten

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.