Draft Draft2Sketch/cs: 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/>
{{docnav|[[Draft_Shape2DView|Shape 2D View]]|[[Draft_Array|Array]]|[[Draft_Module|Draft_Module]]}}

<div class="mw-translate-fuzzy">
<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}}
{{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}}
Line 49: Line 51:
There is no programming interface available for the Draft2Sketch tool. See the [[Sketcher Workbench]] documentation for the Sketcher API.
There is no programming interface available for the Draft2Sketch tool. See the [[Sketcher Workbench]] documentation for the Sketcher API.


{{docnav|[[Draft_Shape2DView|Shape 2D View]]|[[Draft_Array|Array]]|[[Draft_Module|Draft_Module]]}}
{{Draft Tools navi}}
{{Draft Tools navi}}
{{Userdocnavi}}
{{Userdocnavi}}

Revision as of 15:18, 5 February 2019

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

Popis

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

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.

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.

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í.

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