Draft Wire/ro


Draft Wire.png Draft Wire

poziția meniului
Draft → Wire
Workbenches
Draft, Arch
scurtătură
W I
A se vedea, de asemenea,
Draft Line, Draft BSpline


Descriere

Unealta "Sârmă" creează o polilinie (o succesiune de segmente legate între ele) în planul de lucru curent. Preia valorile pentru lăţimea ţi culoarea liniei setate în prealabil pe tab-ul "Sarcini" (Tasks). Unealta "Sârmă" se comportă ca şi unealta linie din CIornă, cu deosebirea că va continua şi după trasarea între primele două puncte.

Draft Polyline example.jpg

Cum se foloseşte

  1. Press the Draft Wire.png Draft Wire button, or press W then I keys
  2. Click a first point on the 3D view, or type a coordinate
  3. Click additional point on the 3D view, or type a coordinate
  4. Press F or C, or double-click the last point, or click on the first point to finish or close the wire. If the wire is closed, it will also be a face, even if it appears as wireframe.

Options

Properties

See also Draft Pattern page.

Scripting

The Wire tool can by used in macros and from the python console by using the following function:

makeWire (list or Part.Wire, [closed], [placement], [facemode]) 

Exempluː

import FreeCAD,Draft
p1 = FreeCAD.Vector(0,0,0)
p2 = FreeCAD.Vector(1,1,0)
p3 = FreeCAD.Vector(2,0,0)
Draft.makeWire([p1,p2,p3],closed=True) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Wire/ro&oldid=236922"

Navigation menu