CAM Engrave/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Template:UnfinishedDocu}}
{{UnfinishedDocu{{#translation:}}}}
{{Docnav|[[Path_Drilling|Drilling]]|[[Path_MillFace|Mill Face]]|[[Path_Workbench|Path]]|IconL=Path_Drilling.png|IconC=Path-Workbench.svg|IconR=Path-Face.png}}


{{Docnav
|[[CAM_Slot|Slot]]
|[[CAM_Deburr|Deburr]]
|[[CAM_Workbench|CAM]]
|IconL=CAM_Slot.svg
|IconR=CAM_Deburr.svg
|IconC=Workbench_CAM.svg
}}

<div class="mw-translate-fuzzy">
{{GuiCommand/it|Name=Path Engrave|Name/it=Incisione|Workbenches=[[Path Workbench/it|Path]]|MenuLocation=Path → Incisione|Shortcut|SeeAlso=}}
{{GuiCommand/it|Name=Path Engrave|Name/it=Incisione|Workbenches=[[Path Workbench/it|Path]]|MenuLocation=Path → Incisione|Shortcut|SeeAlso=}}
</div>


<span id="Description"></span>
<div class="mw-translate-fuzzy">
==Descrizione==
==Descrizione==
Incisione serve principalmente per incidere un testo ShapeString su una parte, ma può essere utile anche per altre lavorazioni 2D
Incisione serve principalmente per incidere un testo ShapeString su una parte, ma può essere utile anche per altre lavorazioni 2D
</div>

The [[Image:CAM_Engrave.svg|24px]] [[CAM_Engrave|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==

Empty

==Options==

Empty

==Properties==

===Data===

{{TitleProperty|Base}}

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

{{TitleProperty|Depth}}

* {{PropertyData|Clearance Height}}: The height needed to clear clamps and obstructions
* {{PropertyData|Final Depth}}: Final Depth of Tool- lowest value in Z
* {{PropertyData|Safe Height}}: The above which Rapid motions are allowed.
* {{PropertyData|Start Depth}}: Starting Depth of Tool- first cut depth in Z
* {{PropertyData|Step Down}}: Incremental Step Down of Tool

{{TitleProperty|Path}}

* {{PropertyData|Active}}: Make False, to prevent operation from generating code
* {{PropertyData|Base}}: The base geometry for this operation
* {{PropertyData|Comment}}: An optional comment for this operation
* {{PropertyData|Coolant Mode}}: Coolant mode for this operation
* {{PropertyData|Cycle Time}}: Estimated cycle time for this operation
* {{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

{{TitleProperty|Hidden}}

* {{PropertyData|Base Object}}:
* {{PropertyData|Base Shapes}}:
* {{PropertyData|Expression Engine}}:
* {{PropertyData|Label2}}:
* {{PropertyData|Path}}:
* {{PropertyData|Proxy}}:
* {{PropertyData|Visibility}}:

===View===

Empty

==Scripting==


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


Example:


{{Code|code=
{{Docnav|[[Path_Drilling|Drilling]]|[[Path_MillFace|Mill Face]]|[[Path_Workbench|Path]]|IconL=Path_Drilling.png|IconC=Path-Workbench.svg|IconR=Path-Face.png}}
#Place code example here.
}}


{{Path_Tools_navi}}


{{Docnav
{{Userdocnavi}}
|[[CAM_Slot|Slot]]
|[[CAM_Deburr|Deburr]]
|[[CAM_Workbench|CAM]]
|IconL=CAM_Slot.svg
|IconR=CAM_Deburr.svg
|IconC=Workbench_CAM.svg
}}


{{CAM_Tools_navi{{#translation:}}}}
{{clear}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 14:14, 26 March 2024

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.

Incisione

Posizione nel menu
Path → Incisione
Ambiente
Path
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

Incisione serve principalmente per incidere un testo ShapeString su una parte, ma può essere utile anche per altre lavorazioni 2D

The 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

  • DatiPlacement:
  • DatiLabel: User name of the object (UTF-8)

Depth

  • DatiClearance Height: The height needed to clear clamps and obstructions
  • DatiFinal Depth: Final Depth of Tool- lowest value in Z
  • DatiSafe Height: The above which Rapid motions are allowed.
  • DatiStart Depth: Starting Depth of Tool- first cut depth in Z
  • DatiStep Down: Incremental Step Down of Tool

Path

  • DatiActive: Make False, to prevent operation from generating code
  • DatiBase: The base geometry for this operation
  • DatiComment: An optional comment for this operation
  • DatiCoolant Mode: Coolant mode for this operation
  • DatiCycle Time: Estimated cycle time for this operation
  • DatiStart Vertex: The vertex index to start the path from
  • DatiTool Controller: The tool controller that will be used to calculate the path
  • DatiUser Label: User assigned label

Hidden

  • DatiBase Object:
  • DatiBase Shapes:
  • DatiExpression Engine:
  • DatiLabel2:
  • DatiPath:
  • DatiProxy:
  • DatiVisibility:

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.