Draft Wire/ru


Draft Wire.png Draft Wire

Расположение в меню
Черчение → DWire
Верстаки
Draft, Arch
Быстрые клавиши
W I
См. также
Линия, B-сплайн


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/ru&oldid=204674"

Navigation menu