CAM Engrave/pt-br: Difference between revisions

From FreeCAD Documentation
(Created page with "Gravação")
 
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
{{UnfinishedDocu{{#translation:}}}}

{{Docnav
{{Docnav
|[[Path_Adaptive|Adaptive]]
|[[Path_Slot|Slot]]
|[[Path_MillFace|Mill Face]]
|[[Path_Vcarve|Vcarve]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Adaptive.svg
|IconL=Path_Slot.svg
|IconR=Path_Face.svg
|IconR=Path_Vcarve.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_Path.svg
}}
}}
Line 14: Line 15:
|MenuLocation=Path → Engrave
|MenuLocation=Path → Engrave
|Workbenches=[[Path_Workbench|Path]]
|Workbenches=[[Path_Workbench|Path]]
|Shortcut=
|SeeAlso=
}}
}}


Line 35: Line 34:


====Base====
====Base====

* {{PropertyData|Placement}}: -
* {{PropertyData|Placement}}: -
* {{PropertyData|Label}}: - User name of the object (UTF-8)
* {{PropertyData|Label}}: - User name of the object (UTF-8)


====Depth====
====Depth====

* {{PropertyData|Clearance Height}}: The height needed to clear clamps and obstructions
* {{PropertyData|Clearance Height}}: The height needed to clear clamps and obstructions
* {{PropertyData|Final Depth}}: Final Depth of Tool- lowest value in Z
* {{PropertyData|Final Depth}}: Final Depth of Tool- lowest value in Z
Line 46: Line 47:


====Path====
====Path====

* {{PropertyData|Active}}: - Make False, to prevent operation from generating code
* {{PropertyData|Active}}: - Make False, to prevent operation from generating code
* {{PropertyData|Base}}: - The base geometry for this operation
* {{PropertyData|Base}}: - The base geometry for this operation
Line 56: Line 58:


===Hidden===
===Hidden===

* {{PropertyData|Base Object}}: -
* {{PropertyData|Base Object}}: -
* {{PropertyData|Base Shapes}}: -
* {{PropertyData|Base Shapes}}: -
Line 65: Line 68:


===View===
===View===

Empty
Empty


==Scripting==
==Scripting==

{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


Example:
Example:

{{Code|code=#Place code example here.}}
{{Code|
#Place code example here.
}}



{{Docnav
{{Docnav
|[[Path_Adaptive|Adaptive]]
|[[Path_Slot|Slot]]
|[[Path_MillFace|Mill Face]]
|[[Path_Vcarve|Vcarve]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Adaptive.svg
|IconL=Path_Slot.svg
|IconR=Path_Face.svg
|IconR=Path_Vcarve.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_Path.svg
}}
}}
Line 84: Line 93:
{{Path_Tools_navi{{#translation:}}}}
{{Path_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 10:47, 20 August 2021

Other languages:

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

  • DadosPlacement: -
  • DadosLabel: - User name of the object (UTF-8)

Depth

  • DadosClearance Height: The height needed to clear clamps and obstructions
  • DadosFinal Depth: Final Depth of Tool- lowest value in Z
  • DadosSafe Height: The above which Rapid motions are allowed.
  • DadosStart Depth: Starting Depth of Tool- first cut depth in Z
  • DadosStep Down: Incremental Step Down of Tool

Path

  • DadosActive: - Make False, to prevent operation from generating code
  • DadosBase: - The base geometry for this operation
  • DadosComment: - An optional comment for this operation
  • DadosCoolant Mode: - Coolant mode for this operation
  • DadosCycle Time: - Estimated cycle time for this operation
  • DadosStart Vertex: - The vertex index to start the path from
  • DadosTool Controller: - The tool controller that will be used to calculate the path
  • DadosUser Label: - User assigned label

Hidden

  • DadosBase Object: -
  • DadosBase Shapes: -
  • DadosExpression Engine: -
  • DadosLabel2: -
  • DadosPath: -
  • DadosProxy: -
  • DadosVisibility: -

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.


Template:Path Tools navi/pt-br