Draft Line/ro


Draft Line.png Draft Line

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


Description

The Line tool creates a straight, two-points line in the current work plane. It takes the linewidth and color previously set on the Tasks tab. The Line tool behaves exactly like the Draft Wire tool, except that it stops after two points.

Draft Line example.jpg

How to use

  1. Press the Draft Line.png Draft Line button, or press L then I keys
  2. Click a first point on the 3D view, or type a coordinate
  3. Click a second point on the 3D view, or type a coordinate

Options

Properties


Scripting

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

makeLine (Vector, Vector) 

Example:

import FreeCAD, Draft
Draft.makeLine(FreeCAD.Vector(0,0,0),FreeCAD.Vector(2,0,0)) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Line/ro&oldid=280622"

Navigation menu