CAM Engrave: Difference between revisions

From FreeCAD Documentation
No edit summary
(Update tooltip information for some of the properties listed)
Line 42: Line 42:
====Base==== <!--T:19-->
====Base==== <!--T:19-->
* {{PropertyData|Placement}}: -
* {{PropertyData|Placement}}: -
* {{PropertyData|Label}}: -
* {{PropertyData|Label}}: - User name of the object (UTF-8)


====Depth==== <!--T:11-->
====Depth==== <!--T:11-->
Line 59: Line 59:


====Path==== <!--T:13-->
====Path==== <!--T:13-->
* {{PropertyData|Active}}: -
* {{PropertyData|Active}}: - Make False, to prevent operation from generating code
* {{PropertyData|Comment}}: -
* {{PropertyData|Base}}: - The base geometry for this operation
* {{PropertyData|CoolantMode}}: -
* {{PropertyData|Comment}}: - An optional comment for this operation
* {{PropertyData|StartVertex}}: -
* {{PropertyData|Coolant Mode}}: - Coolant mode for this operation
* {{PropertyData|ToolController}}: -
* {{PropertyData|Cycle Time}}: - Estimated cycle time for this operation
* {{PropertyData|UserLabel}}: -
* {{PropertyData|Start Vertex}}: - The vertex index to start the path from
* {{PropertyData|Tool Controller}}: - The tool controller that will be used to calculate the path
* {{PropertyData|User Label}}: - User assigned label


===Hidden=== <!--T:14-->
===Hidden=== <!--T:14-->
* {{PropertyData|Base}}: -
* {{PropertyData|Base}}: -
* {{PropertyData|BaseObject}}: -
* {{PropertyData|Base Object}}: -
* {{PropertyData|BaseShapes}}: -
* {{PropertyData|Base Shapes}}: -
* {{PropertyData|ExpressionEngine}}: -
* {{PropertyData|Expression Engine}}: -
* {{PropertyData|Label2}}: -
* {{PropertyData|Label2}}: -
* {{PropertyData|Path}}: -
* {{PropertyData|Path}}: -

Revision as of 17:15, 2 April 2021

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: - User name of the object (UTF-8)

Depth

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

Op Values

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

Path

  • DataActive: - Make False, to prevent operation from generating code
  • DataBase: - The base geometry for this operation
  • DataComment: - An optional comment for this operation
  • DataCoolant Mode: - Coolant mode for this operation
  • DataCycle Time: - Estimated cycle time for this operation
  • DataStart Vertex: - The vertex index to start the path from
  • DataTool Controller: - The tool controller that will be used to calculate the path
  • DataUser Label: - User assigned label

Hidden

  • DataBase: -
  • DataBase Object: -
  • DataBase Shapes: -
  • DataExpression Engine: -
  • DataLabel2: -
  • DataPath: -
  • DataProxy: -
  • DataVisibility: -

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.

Template:Path Tools navi