Draft ZeichnungZuSkizze

From FreeCAD Documentation
Revision as of 14:40, 17 February 2019 by Le Loup (talk | contribs) (Created page with "==Anwendung== # Wähle ein Draft-Objekt oder eine Sizze. # Drücke die Schaltfläche {{Button|16px Draft Draft2Sketch/de|Draft Entwurf zu Sk...")

Draft Draft2Sketch

Menüeintrag
Drafting → Entwurf zu Skizze
Arbeitsbereich
Draft, Arch
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Sketcher-Arbeitsbereich, PartDesign-Arbeitsbereich

Beschreibung

Dieses Werkzeug konvertiert Draft-Objekte in Sketcher Skizzen und umgekehrt.

Converting Draft shapes into Sketcher shapes with constraints

Anwendung

  1. Wähle ein Draft-Objekt oder eine Sizze.
  2. Drücke die Schaltfläche Draft Entwurf zu Skizze.

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.

Optionen

Es gibt keine Optionen für dieses Werkzeug. Entweder funktioniert es mit den ausgewählten Objekten oder nicht.

Scripting

Siehe auch: Draft API und FreeCAD Scripting Basics.

Für das Draft2Sketch-Werkzeug ist keine Programmierschnittstelle verfügbar. Die Beschreibung der Sketcher-API findet sich in der Dokumentation des Sketcher-Arbeitsbereichs.