Draft Wire/pl


Draft Wire.png Draft Wire

Lokalizacja menu
Draft -> Wire
Workbenches
Draft, Arch
Domyślny skrót
W I
Zobacz także
Draft Line, Draft BSpline


Description

The Wire tool creates a polyline (sequence of lines made of several segments) in the current work plane. It takes the linewidth and color previously set on the Tasks tab. The Wire tool behaves like the Draft Line tool, except that it doesn't stop after two points.

Draft Polyline example.jpg

How to use

  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]) 

Example:

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/pl&oldid=204685"

Navigation menu