Draft Edit/tr: Difference between revisions

From FreeCAD Documentation
(Created page with "== Nasıl Kullanılır ==")
(Created page with "# Bir nesne seçin. # {{Button| 16px Düzenle}} düğmesine basın veya ağaç görünümündeki nesneyi çift tıklayın veya {{B...")
Line 13: Line 13:
== Nasıl Kullanılır ==
== Nasıl Kullanılır ==


# Select an object.
# Bir nesne seçin.
# 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.
# {{Button|[[Image:Draft Edit.png | 16px]] [[Draft Edit/tr|Düzenle]]}} düğmesine basın veya ağaç görünümündeki nesneyi çift tıklayın veya {{Button|[[Image : Std Edit.png | 16px]] [[Std Edit/tr|Düzenle]]}} aracını kullanın.
# Taşımak istediğiniz noktaya tıklayın.
# Click on a point that you wish to move.
# 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.
# 3D görünümünde başka bir noktaya tıklayın veya bir [[Draft_Coordinates/tr | koordinat]] yazın ve {{Button|[[Image: Draft_AddPoint.svg | 16px]] [[Draft_AddPoint/tr | Nokta ekle]]}} düğmesine basın.
# Press {{KEY|Esc}} or the {{Button|Close}} button to complete the current command.
# Geçerli komutu tamamlamak için {{KEY|Esc}} veya {{Button|Kapat}} tuşuna basınız.


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

Revision as of 13:41, 8 January 2019

Düzenle

Menü konumu
Taslak → Düzenle
Tezgahlar
Taslak, Yapı
Varsayılan kısayol
Hiçbiri
Versiyonda tanıtıldı
-
Ayrıca bkz
Hiçbiri

Tanım

Düzenleme aracı, seçili nesnenin Tel köşeleri, Dikdörtgen uzunluğu ve genişliği veya Çember yarıçapı gibi belirli özelliklerini grafiksel olarak düzenlemenizi sağlar.

Nesnenin düzenleme moduna girmekten başka bir şey yapmaz. Nesneyi düzenlemenin bir başka yolu, ağaç görünümündeki öğeye çift tıklamaktır.

File:Draft edit example.jpg

Tel düzenleme

Nasıl Kullanılır

  1. Bir nesne seçin.
  2. Düzenle düğmesine basın veya ağaç görünümündeki nesneyi çift tıklayın veya Düzenle aracını kullanın.
  3. Taşımak istediğiniz noktaya tıklayın.
  4. 3D görünümünde başka bir noktaya tıklayın veya bir koordinat yazın ve Nokta ekle düğmesine basın.
  5. Geçerli komutu tamamlamak için Esc veya Kapat tuşuna basınız.

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

  • Press X, Y or Z after a point to constrain the next point on the given axis.
  • To enter coordinates manually, simply enter the numbers, then press Enter between each X, Y and Z component. You can press the add point button when you have the desired values to insert the point.
  • Hold Ctrl while drawing to force snapping your point to the nearest snap location, independently of the distance.
  • Hold Shift while drawing to constrain your next point horizontally or vertically in relation to the last one.
  • Press Esc or the Close button or the Draft Edit button again to finish editing.

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.