Draft Rectangle/de


Draft Rectangle.png Draft Rectangle

Menüeintrag
Draft -> Rectangle
Arbeitsbereich
Draft, Arch
Standardtastenkürzel
R E
Siehe auch
Part Box


Description

The rectangle tool creates a rectangle by picking two opposite points. It takes the linewidth and color previously set on the Tasks tab.

Draft Rectangle example.jpg

How to use

  1. Press the Draft Rectangle.png Draft Rectangle button, or press R then E keys
  2. Click a first corner point on the 3D view, or type a coordinate
  3. Click another opposite point on the 3D view, or type a coordinate. The rectangle will also be a face, even if it appears as wireframe.

Options

Properties

See also Draft Pattern page.

Scripting

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

makeRectangle (length, width, [placement], [facemode]) 

Beispiel:

import FreeCAD,Draft
Draft.makeRectangle(10,4) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Rectangle/de&oldid=279565"

Navigation menu