CAM Engrave: Difference between revisions

From FreeCAD Documentation
m ((Vertical Docnav)(Vertical GuiCommand))
(Marked this version for translation)
Line 24: Line 24:
Path Engrave is primarily for engraving a ShapeString onto a part. However, Engrave may be useful for other kinds of 2D
Path Engrave is primarily for engraving a ShapeString onto a part. However, Engrave may be useful for other kinds of 2D


==Usage==
==Usage== <!--T:8-->
Empty
Empty


==Options==
==Options== <!--T:9-->
Empty
Empty


==Properties==
==Properties== <!--T:10-->
===Data===
===Data===
====Base====
====Base====
Line 36: Line 36:
* {{PropertyData|Label}}: -
* {{PropertyData|Label}}: -


====Depth====
====Depth==== <!--T:11-->
* {{PropertyData|ClearanceHeight}}: -
* {{PropertyData|ClearanceHeight}}: -
* {{PropertyData|FinalDepth}}: -
* {{PropertyData|FinalDepth}}: -
Line 43: Line 43:
* {{PropertyData|StepDown}}: -
* {{PropertyData|StepDown}}: -


====Op Values====
====Op Values==== <!--T:12-->
* {{PropertyData|OpFinalDepth}}: -
* {{PropertyData|OpFinalDepth}}: -
* {{PropertyData|OpStartDepth}}: -
* {{PropertyData|OpStartDepth}}: -
Line 50: Line 50:
* {{PropertyData|OpToolDiameter}}: -
* {{PropertyData|OpToolDiameter}}: -


====Path====
====Path==== <!--T:13-->
* {{PropertyData|Active}}: -
* {{PropertyData|Active}}: -
* {{PropertyData|Comment}}: -
* {{PropertyData|Comment}}: -
Line 58: Line 58:
* {{PropertyData|UserLabel}}: -
* {{PropertyData|UserLabel}}: -


===Hidden===
===Hidden=== <!--T:14-->
* {{PropertyData|Base}}: -
* {{PropertyData|Base}}: -
* {{PropertyData|BaseObject}}: -
* {{PropertyData|BaseObject}}: -
Line 68: Line 68:
* {{PropertyData|Visibility}}: -
* {{PropertyData|Visibility}}: -


===View===
===View=== <!--T:15-->
Empty
Empty


==Scripting==
==Scripting== <!--T:16-->
{{Emphasis|See also:}} [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].


<!--T:17-->
Example:
Example:
{{Code|code=#Place code example here.}}
{{Code|code=#Place code example here.}}

Revision as of 13:24, 26 January 2020

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 Engrave

Menu location
Path → Engrave
Workbenches
Path
Default shortcut
None
Introduced in version
-
See also
None

Description

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

Usage

Empty

Options

Empty

Properties

Data

Base

  • DataPlacement: -
  • DataLabel: -

Depth

  • DataClearanceHeight: -
  • DataFinalDepth: -
  • DataSafeHeight: -
  • DataStartDepth: -
  • DataStepDown: -

Op Values

  • DataOpFinalDepth: -
  • DataOpStartDepth: -
  • DataOpStockZMax: -
  • DataOpStockZMin: -
  • DataOpToolDiameter: -

Path

  • DataActive: -
  • DataComment: -
  • DataCoolantMode: -
  • DataStartVertex: -
  • DataToolController: -
  • DataUserLabel: -

Hidden

  • DataBase: -
  • DataBaseObject: -
  • DataBaseShapes: -
  • DataExpressionEngine: -
  • DataLabel2: -
  • DataPath: -
  • DataProxy: -
  • DataVisibility: -

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.

Template:Path Tools navi