CAM Engrave: Difference between revisions

From FreeCAD Documentation
(Add empty versions of missing sections and identify Data property names)
m (moved templates out of translation tags)
(13 intermediate revisions by 3 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


<!--T:20-->
==Usage==
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:21-->
Empty
Empty


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

<!--T:22-->
Empty
Empty


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

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

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


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


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


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


===Hidden===
===Hidden=== <!--T:14-->
* {{PropertyData|Base}}: -
* {{PropertyData|Base}}: -
* {{PropertyData|BaseObject}}: -
* {{PropertyData|BaseObject}}: -
Line 55: Line 76:
* {{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.}}


<!--T:5-->
<!--T:5-->
{{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]]
<!--T:6-->
|[[Path_Workbench|Path]]
{{Path_Tools_navi}}
|IconL=Path_Adaptive.svg

|IconC=Workbench_Path.svg
<!--T:7-->
|IconR=Path_Face.svg
{{Userdocnavi}}
}}


</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.