Pfad Gravur

From FreeCAD Documentation
Revision as of 15:41, 6 May 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Path Gravieren

Menüeintrag
Path → Gravieren
Arbeitsbereich
Path
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Keiner

Beschreibung

The Engrave tool is primarily for engraving a Draft ShapeString onto a part. However, it may be useful for other kinds of 2D.

Anwendung

Empty

Optionen

Empty

Eigenschaften

Daten

Base

  • DatenPlacement:
  • DatenLabel: User name of the object (UTF-8)

Depth

  • DatenClearance Height: The height needed to clear clamps and obstructions
  • DatenFinal Depth: Final Depth of Tool- lowest value in Z
  • DatenSafe Height: The above which Rapid motions are allowed.
  • DatenStart Depth: Starting Depth of Tool- first cut depth in Z
  • DatenStep Down: Incremental Step Down of Tool

Path

  • DatenActive: Make False, to prevent operation from generating code
  • DatenBase: The base geometry for this operation
  • DatenComment: An optional comment for this operation
  • DatenCoolant Mode: Coolant mode for this operation
  • DatenCycle Time: Estimated cycle time for this operation
  • DatenStart Vertex: The vertex index to start the path from
  • DatenTool Controller: The tool controller that will be used to calculate the path
  • DatenUser Label: User assigned label

Hidden

  • DatenBase Object:
  • DatenBase Shapes:
  • DatenExpression Engine:
  • DatenLabel2:
  • DatenPath:
  • DatenProxy:
  • DatenVisibility:

View

Empty

Scripting

Siehe auch: FreeCAD Grundlagen Skripten.

Beispiel:

#Place code example here.