Draft Draft2Sketch/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
<div class="mw-translate-fuzzy">
{{GuiCommand/it|Name=Draft Draft2Sketch|Name/it=Da Draft a Sketch|Workbenches=[[Draft Module/it|Draft]], [[Arch Module/it|Architettura]]|MenuLocation=Draft → Da Draft a Sketch}}
{{GuiCommand/it|Name=Draft Draft2Sketch|Name/it=Da Draft a Sketch|Workbenches=[[Draft Module/it|Draft]], [[Arch Module/it|Architettura]]|MenuLocation=Draft → Da Draft a Sketch}}
</div>


<div class="mw-translate-fuzzy">
Questo strumento converte gli [[Draft Module/it|oggetti di Draft]] in [[Sketcher Module/it|oggetti di Sketcher]], e viceversa.
Questo strumento converte gli [[Draft Module/it|oggetti di Draft]] in [[Sketcher Module/it|oggetti di Sketcher]], e viceversa.
</div>


[[Image:Draft Draft2Sketch example.jpg||480px]]
[[Image:Draft Draft2Sketch example.jpg||480px]]
<div class="mw-translate-fuzzy">
[[Image:Draft Draft2Sketch example.jpg||480px]]
</div>


<div class="mw-translate-fuzzy">
=== Utilizzo ===
=== Utilizzo ===


# Selezionare un oggetto di Draft o di Sketcher
# Selezionare un oggetto di Draft o di Sketcher
# Premere il pulsante {{KEY/it|[[Image:Draft Draft2Sketch.png|16px]] Da Draft a Sketcher}}
# Premere il pulsante {{KEY/it|[[Image:Draft Draft2Sketch.png|16px]] Da Draft a Sketcher}}
</div>


Notes:
* If you convert a [[Draft Wire]], the resulting sketch will use point constraints for the nodes.
* If you convert a [[Draft Rectangle]], the resulting sketch will use point constraints for the corners, and horizontal and vertical constraints for the edges.
* If you convert a [[Draft BezCurve]], the resulting sketch will be approximated by a [[Sketcher CreateBSpline|Sketcher BSpline]], as the [[Sketcher Workbench]] doesn't support Bezier curves currently.
* Non-Draft objects that are totally planar will also get converted to sketches.

===Limitations===
The conversion of an object that cannot be represented with a combination of straight lines, circular arcs, and B-Splines will usually fail, that is, the item will not appear in the sketch.

In the past, a [[Draft BSpline]] couldn't be converted directly to a sketch. A tool to perform this conversion was developed for the [[KicadStepUp Workbench]], which would take a [[Draft BSpline]] and convert it into a series of [[Sketcher CreateArc|Sketcher Arcs]]. See the forum thread [https://forum.freecadweb.org/viewtopic.php?f=9&t=25082 BSplines to Shape2DView and Sketcher] for more information.

Since FreeCAD 0.17, the conversion from [[Draft BSpline]] to [[Sketcher CreateBSpline|Sketcher BSpline]] is possible. However, converting a spline to a series of arcs may still be useful for exporting geometry to applications that don't support B-Splines, like KiCad.

<div class="mw-translate-fuzzy">
=== Opzioni ===
=== Opzioni ===


Line 16: Line 39:
* Quando si converte un [[Draft Rectangle/it|rettangolo di Draft]], sono applicati i vincoli di punto ai vertici, e i vincoli orizzontale e verticale ai bordi
* Quando si converte un [[Draft Rectangle/it|rettangolo di Draft]], sono applicati i vincoli di punto ai vertici, e i vincoli orizzontale e verticale ai bordi
* Possono essere convertiti in Schizzo anche gli oggetti che non sono di Draft, ma che sono totalmente piani.
* Possono essere convertiti in Schizzo anche gli oggetti che non sono di Draft, ma che sono totalmente piani.
</div>


There are no options for this tool. Either it works with the selected object or not.
Sketcher supporta segmenti e archi di cerchio. La conversione di qualsiasi elemento che non può essere rappresentato con questi elementi fallisce.

Non è possibile convertire gli elementi che non possono essere rappresentati con una linea retta o una curva, ovvero l'elemento non appare nel disegno.


<div class="mw-translate-fuzzy">
=== Script ===
=== Script ===


Non disponibile, consultare la documentazione del modulo [[Sketcher Module/it|Sketcher]] per sapere come creare schizzi tramite script.
Non disponibile, consultare la documentazione del modulo [[Sketcher Module/it|Sketcher]] per sapere come creare schizzi tramite script.
</div>

There is no programming interface available for the Draft2Sketch tool. See the [[Sketcher Workbench]] documentation for the Sketcher API.

{{Draft Tools navi}}
{{Userdocnavi}}
{{clear}}

Revision as of 07:22, 1 December 2018

Da Draft a Sketch

Posizione nel menu
Draft → Da Draft a Sketch
Ambiente
Draft, Architettura
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno

Questo strumento converte gli oggetti di Draft in oggetti di Sketcher, e viceversa.

Utilizzo

  1. Selezionare un oggetto di Draft o di Sketcher
  2. Premere il pulsante Template:KEY/it

Notes:

  • If you convert a Draft Wire, the resulting sketch will use point constraints for the nodes.
  • If you convert a Draft Rectangle, the resulting sketch will use point constraints for the corners, and horizontal and vertical constraints for the edges.
  • If you convert a Draft BezCurve, the resulting sketch will be approximated by a Sketcher BSpline, as the Sketcher Workbench doesn't support Bezier curves currently.
  • Non-Draft objects that are totally planar will also get converted to sketches.

Limitations

The conversion of an object that cannot be represented with a combination of straight lines, circular arcs, and B-Splines will usually fail, that is, the item will not appear in the sketch.

In the past, a Draft BSpline couldn't be converted directly to a sketch. A tool to perform this conversion was developed for the KicadStepUp Workbench, which would take a Draft BSpline and convert it into a series of Sketcher Arcs. See the forum thread BSplines to Shape2DView and Sketcher for more information.

Since FreeCAD 0.17, the conversion from Draft BSpline to Sketcher BSpline is possible. However, converting a spline to a series of arcs may still be useful for exporting geometry to applications that don't support B-Splines, like KiCad.

Opzioni

  • Quando si converte una spezzata di Draft, sono applicati i vincoli di punto ai nodi
  • Quando si converte un rettangolo di Draft, sono applicati i vincoli di punto ai vertici, e i vincoli orizzontale e verticale ai bordi
  • Possono essere convertiti in Schizzo anche gli oggetti che non sono di Draft, ma che sono totalmente piani.

There are no options for this tool. Either it works with the selected object or not.

Script

Non disponibile, consultare la documentazione del modulo Sketcher per sapere come creare schizzi tramite script.

There is no programming interface available for the Draft2Sketch tool. See the Sketcher Workbench documentation for the Sketcher API.