Draft Edit/sv: 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/sv|Name=Draft_Edit|Workbenches=[[Draft Module/sv|Skiss]]|MenuLocation=Draft → Edit}}
{{GuiCommand/sv|Name=Draft_Edit|Workbenches=[[Draft Module/sv|Skiss]]|MenuLocation=Draft → Edit}}
</div>


==Beskrivning==
==Beskrivning==


<div class="mw-translate-fuzzy">
Detta verktyg tillåter dig att grafiskt redigera vissa egenskaper av det markerade objektet, som hörnen i en tråd, eller längden och bredden på en Rektangel, eller radien på en Cirkel.
Detta verktyg tillåter dig att grafiskt redigera vissa egenskaper av det markerade objektet, som hörnen i en tråd, eller längden och bredden på en Rektangel, eller radien på en Cirkel.
</div>

It does nothing more than enter the object's edit mode. Another way to edit the object is by double clicking on the element in the tree view.


[[Image:Draft edit example.jpg|400px]]
[[Image:Draft edit example.jpg|400px]]
{{Caption|Editing a wire}}


==Bruk==
==Bruk==


# Select an object.
# Select a [[Draft Wire|wire]], [[Draft Line|line]], [[Draft Rectangle|rectangle]], [[Draft BSpline|bspline]] or [[Draft Circle|circle]]
# Press the {{KEY|[[Image:Draft Edit.png|16px]] [[Draft Edit]]}} button, or double-click the object in the Tree panel, or use the {{KEY|[[Image:Std Edit.png|16px]] [[Std Edit]]}} tool.
# Press the {{Button|[[Image:Draft Edit.png|16px]] [[Draft Edit]]}} button, or double-click the object in the tree view, or use the {{Button|[[Image:Std Edit.png|16px]] [[Std Edit]]}} tool.
# Click on a point you wish to move
# Click on a point that you wish to move.
# Click another point on the 3D view, or type a [[Draft_Coordinates|coordinate]]
# Click another point on the 3D view, or type a [[Draft_Coordinates|coordinate]] and press the {{Button|[[Image:Draft_AddPoint.svg|16px]] [[Draft_AddPoint|add point]]}} button.
# Press {{KEY|ESC}} or the {{KEY|'''Finish'''}} button
# Press {{KEY|Esc}} or the {{Button|Close}} button to complete the current command.

The Edit tool only works on one selected object at a time.

The tool mostly works on Draft objects: [[Draft Wire]]s, [[Draft Line]]s, [[Draft Rectangle]]s, [[Draft Circle]]s, [[Draft Arc]]s, [[Draft Polygon]]s, and [[Draft BSpline]]s. Other object types must first be converted to these objects.


==Options==
==Options==


<div class="mw-translate-fuzzy">
* Redigeringsverktyget fungerar endast på ett markerat objekt åt gången.
* Redigeringsverktyget fungerar endast på ett markerat objekt åt gången.
* Redigeringsläget fungerar endast på Skiss Trådar, Rektanglar, Cirklar och Cirkelbågar. Andra objekttyper måste först konverteras till Skissobjekt.
* Redigeringsläget fungerar endast på Skiss Trådar, Rektanglar, Cirklar och Cirkelbågar. Andra objekttyper måste först konverteras till Skissobjekt.
Line 26: Line 38:
* Om du klickar på redigeringskanppen igen så avslutas redigeringsläget
* Om du klickar på redigeringskanppen igen så avslutas redigeringsläget
* Skriv in siffror för att [[Draft_Coordinates/sv|manuellt mata in en koordinat]].
* Skriv in siffror för att [[Draft_Coordinates/sv|manuellt mata in en koordinat]].
</div>

Some objects allow you to insert or delete points:
* Press the {{Button|[[Image:Draft AddPoint.svg|16px]] [[Draft AddPoint|add point]]}} button, and then click on the wire or spline to add a new point.
* Press the {{Button|[[Image:Draft DelPoint.svg|16px]] [[Draft DelPoint|remove point]]}} button, and then click on a point along the wire or spline to remove it.


==Scripting==
==Scripting==
{{Emphasis|See also:}} [[Draft API]] and [[FreeCAD Scripting Basics]].

There is no programming interface available for the Edit tool. Each object is modified by changing its attributes directly.


{{Draft Tools navi}}
Not available. Each of the above object can be modified by changing its properties directly.
{{Userdocnavi}}
{{clear}}

Revision as of 13:04, 8 January 2019

Draft_Edit

Menyplacering
Draft → Edit
Arbetsbänkar
Skiss
Standard genväg
Ingen
Introducerad i version
-
Se även
Ingen

Beskrivning

Detta verktyg tillåter dig att grafiskt redigera vissa egenskaper av det markerade objektet, som hörnen i en tråd, eller längden och bredden på en Rektangel, eller radien på en Cirkel.

It does nothing more than enter the object's edit mode. Another way to edit the object is by double clicking on the element in the tree view.

File:Draft edit example.jpg

Editing a wire

Bruk

  1. Select an object.
  2. Press the Draft Edit button, or double-click the object in the tree view, or use the Std Edit tool.
  3. Click on a point that you wish to move.
  4. Click another point on the 3D view, or type a coordinate and press the add point button.
  5. Press Esc or the Close button to complete the current command.

The Edit tool only works on one selected object at a time.

The tool mostly works on Draft objects: Draft Wires, Draft Lines, Draft Rectangles, Draft Circles, Draft Arcs, Draft Polygons, and Draft BSplines. Other object types must first be converted to these objects.

Options

  • Redigeringsverktyget fungerar endast på ett markerat objekt åt gången.
  • Redigeringsläget fungerar endast på Skiss Trådar, Rektanglar, Cirklar och Cirkelbågar. Andra objekttyper måste först konverteras till Skissobjekt.
  • Klicka på ett redigeringshörn för att flytta det, klicka igen för att släppa det.
  • Nedtryckning av CTRL kommer att snäppa din punkt till tillgängliga snäpp-punkter.
  • Nedtryckning av SKIFT kommer att koppla ihop x och y värdena , så att formen behålls
  • Om du trycker på ESC så avbryts funktionen.
  • Om du klickar på redigeringskanppen igen så avslutas redigeringsläget
  • Skriv in siffror för att manuellt mata in en koordinat.

Some objects allow you to insert or delete points:

  • Press the add point button, and then click on the wire or spline to add a new point.
  • Press the remove point button, and then click on a point along the wire or spline to remove it.

Scripting

See also: Draft API and FreeCAD Scripting Basics.

There is no programming interface available for the Edit tool. Each object is modified by changing its attributes directly.