Draft Draft2Sketch/cs: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand/cs|Name=Draft_Draft2Sketch|Name/cs=Kreslení Krslení2Náčrt|Workbenches=[[Draft Module/cs|Kreslení]], [[Arch Module/cs|Architektura]]|MenuLocation=Drafting -> Draft to Sketch}}
{{Docnav
|[[Draft_Shape2DView|Shape 2D View]]
|[[Draft_Array|Array]]
|[[Draft_Module|Draft]]
|IconL=Draft_Shape2DView.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_Array.svg
}}

<div class="mw-translate-fuzzy">
{{GuiCommand/cs|Name=Draft_Draft2Sketch|Name/cs=Kreslení Kreslení2Náčrt|Workbenches=[[Draft Module/cs|Kreslení]], [[Arch Module/cs|Architektura]]|MenuLocation=Kreslení -> Nákres do Náčrtu}}
</div>

==Description==


<div class="mw-translate-fuzzy">
==Popis==
==Popis==
Tento nástroj konvertuje [[Draft Module/cs|objekty Kreslení]] do [[Sketcher Module/cs|objektu Náčrt]] a naopak.
Tento nástroj konvertuje [[Draft Module/cs|objekty Kreslení]] do [[Sketcher Module/cs|objektu Náčrt]] a naopak.
</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>

==Usage==


<div class="mw-translate-fuzzy">
==Použití==
==Použití==
# Vyberte objekt Kreslení nebo Náčrt
# Vyberte objekt Kreslení nebo Náčrt
# Stiskněte tlačítko {{KEY|[[Image:Draft Draft2Sketch.png|16px]] [[Draft Draft2Sketch/cs|Kreslení2Náčrt]]}}
# Stiskněte tlačítko {{KEY|[[Image:Draft Draft2Sketch.png|16px]] [[Draft Draft2Sketch/cs|Kreslení2Náčrt]]}}
</div>


Notes:
* If you convert a [[Image:Draft_Wire.svg|16px]] [[Draft Wire]], the resulting sketch will use point constraints for the nodes.
* If you convert a [[Image:Draft_Rectangle.svg|16px]] [[Draft Rectangle]], the resulting sketch will use point constraints for the corners, and horizontal and vertical constraints for the edges.
* If you convert a [[Image:Draft_BezCurve.svg|16px]] [[Draft BezCurve]], the resulting sketch will be approximated by a [[Image:Sketcher_CreateBSpline.svg|16px]] [[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.

As of {{VersionPlus|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">
==Volby==
==Volby==
* Jestliže konvertujete [[Draft Wire/cs|Drát]], budou vazby mezi body aplikovány do uzlů
* Jestliže konvertujete [[Draft Wire/cs|Drát]], budou vazby mezi body aplikovány do uzlů
* Jestliže konvertujete [[Draft Rectangle/cs|Obdélník]], budou vazby mezi body aplikovány do rohů a vodorovné a svislé vazby do hran
* Jestliže konvertujete [[Draft Rectangle/cs|Obdélník]], budou vazby mezi body aplikovány do rohů a vodorovné a svislé vazby do hran
* Non-Draft objekty, které jsou zcela rovinné budou také konvertovány do náčrtů
* Non-Draft objekty, které jsou zcela rovinné budou také konvertovány do náčrtů
</div>


There are no options for this tool. Either it works with the selected object or not.
Náčrt podporuje přímky a kruhové oblouky. Konverze jakéhokoliv prvku, který jimi nemůže být reprezentován, skončí nezdarem.

Konverze jakéhokoliv prvku, který nemůže být reprezentován buď přímkou nebo kruhovým tavrem, skončí chybou, např. položka se neobjeví v náčrtu.


<div class="mw-translate-fuzzy">
==Skriptování==
==Skriptování==
Není dostupné, podívejte se na dokumentaci [[Sketcher Module|Modulu Náčrt]] jak vytvořit náčrt pomocí skriptování.
Není dostupné, podívejte se na dokumentaci [[Sketcher Module/cs|Modulu Náčrt]] jak vytvořit náčrt pomocí skriptování.
</div>


Internally the Draft2Sketch tool uses two methods to convert back and forth from Draft to Sketch.
<languages/>

Convert objects to Sketch:
{{Code|code=
Draft.makeSketch(objectslist, autoconstraints=False, addTo=None, delete=False, name="Sketch", radiusPrecision=-1)
}}

Convert objects to Draft:
{{Code|code=
Draft.draftify(objectslist, makeblock=False, delete=True)
}}

{{Docnav
|[[Draft_Shape2DView|Shape 2D View]]
|[[Draft_Array|Array]]
|[[Draft_Module|Draft]]
|IconL=Draft_Shape2DView.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_Array.svg
}}

{{Draft Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 18:04, 21 February 2020

Kreslení Kreslení2Náčrt

Umístění Menu
Kreslení -> Nákres do Náčrtu
Pracovní stoly
Kreslení, Architektura
Výchozí zástupce
Nikdo
Představen ve verzi
-
Viz také
Nikdo

Description

Popis

Tento nástroj konvertuje objekty Kreslení do objektu Náčrt a naopak.

Usage

Použití

  1. Vyberte objekt Kreslení nebo Náčrt
  2. Stiskněte tlačítko Kreslení2Náčrt

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.

As of version 0.17 and above 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.

Volby

  • Jestliže konvertujete Drát, budou vazby mezi body aplikovány do uzlů
  • Jestliže konvertujete Obdélník, budou vazby mezi body aplikovány do rohů a vodorovné a svislé vazby do hran
  • Non-Draft objekty, které jsou zcela rovinné budou také konvertovány do náčrtů

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

Skriptování

Není dostupné, podívejte se na dokumentaci Modulu Náčrt jak vytvořit náčrt pomocí skriptování.

Internally the Draft2Sketch tool uses two methods to convert back and forth from Draft to Sketch.

Convert objects to Sketch:

Draft.makeSketch(objectslist, autoconstraints=False, addTo=None, delete=False, name="Sketch", radiusPrecision=-1)

Convert objects to Draft:

Draft.draftify(objectslist, makeblock=False, delete=True)