Draft Wire/sv


Draft Wire.png Draft Wire

Menyplacering
Draft → Wire
Arbetsbänk(ar)
Draft, Arch
Standard genväg
W I
Se även
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

Bruk

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/sv&oldid=204684"

Navigation menu