CAM Engrave: Difference between revisions

From FreeCAD Documentation
m (Fixed filename of Path_Adaptive.svg)
m (moved templates out of translation tags)
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Template:UnfinishedDocu}}
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>
<!--T:4-->
<!--T:4-->
{{Docnav
{{Docnav|[[Path_Adaptive|Adaptive]]|[[Path_MillFace|Mill Face]]|[[Path_Workbench|Path]]|IconL=Path_Adaptive.svg|IconC=Path-Workbench.svg|IconR=Path-Face.png}}
|[[Path_Adaptive|Adaptive]]
|[[Path_MillFace|Mill Face]]
|[[Path_Workbench|Path]]
|IconL=Path_Adaptive.svg
|IconC=Workbench_Path.svg
|IconR=Path_Face.svg
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Path Engrave|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → Engrave|Shortcut|SeeAlso=}}
|Name=Path Engrave
|Workbenches=[[Path Workbench|Path]]
|MenuLocation=Path → Engrave
|Shortcut=
|SeeAlso=
}}


==Description== <!--T:2-->
==Description== <!--T:2-->
Path Engrave is primarily for engraving a ShapeString onto a part. However, Engrave may be useful for other kinds of 2D


==Usage== <!--T:3-->
<!--T:20-->
The [[Image:Path_Engrave.svg|24px]] [[Path Engrave]] tool is primarily for engraving a [[Image:Draft_ShapeString.svg|24px]] [[Draft_ShapeString|Draft ShapeString]] onto a part. However, it may be useful for other kinds of 2D.


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


<!--T:5-->
<!--T:21-->
Empty
{{Docnav|[[Path_Adaptive|Adaptive]]|[[Path_MillFace|Mill Face]]|[[Path_Workbench|Path]]|IconL=Path_Adaptive.svg|IconC=Path-Workbench.svg|IconR=Path-Face.png}}


<!--T:6-->
==Options== <!--T:9-->
{{Path_Tools_navi}}


<!--T:7-->
<!--T:22-->
Empty
{{Userdocnavi}}

==Properties== <!--T:10-->

===Data=== <!--T:18-->

====Base==== <!--T:19-->
* {{PropertyData|Placement}}: -
* {{PropertyData|Label}}: -

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

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

====Path==== <!--T:13-->
* {{PropertyData|Active}}: -
* {{PropertyData|Comment}}: -
* {{PropertyData|CoolantMode}}: -
* {{PropertyData|StartVertex}}: -
* {{PropertyData|ToolController}}: -
* {{PropertyData|UserLabel}}: -

===Hidden=== <!--T:14-->
* {{PropertyData|Base}}: -
* {{PropertyData|BaseObject}}: -
* {{PropertyData|BaseShapes}}: -
* {{PropertyData|ExpressionEngine}}: -
* {{PropertyData|Label2}}: -
* {{PropertyData|Path}}: -
* {{PropertyData|Proxy}}: -
* {{PropertyData|Visibility}}: -

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

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

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

<!--T:5-->
{{Docnav
|[[Path_Adaptive|Adaptive]]
|[[Path_MillFace|Mill Face]]
|[[Path_Workbench|Path]]
|IconL=Path_Adaptive.svg
|IconC=Workbench_Path.svg
|IconR=Path_Face.svg
}}


</translate>
</translate>
{{Path_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 20:22, 24 February 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

The Path Engrave tool is primarily for engraving a Draft ShapeString onto a part. However, it 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.