Draft Polygon/tr


Draft Polygon.png Draft Polygon

Menü konumu
Draft -> Polygon
Workbenches
Draft, Arch
Varsayılan kısayol
P G
Ayrıca bkz
Hiçbiri


Description

The polygon tool creates a regular polygon by picking two points, the center and a second point defining a radius. It takes the linewidth and color previously set on the Tasks tab.

Draft polygon example.jpg

How to use

  1. Press the Draft Polygon.png Draft Polygon button, or press P then G keys
  2. Click a first point on the 3D view, or type a coordinate to indicate the center
  3. Adjust the desired number of sides in the options dialog,
  4. Click another point on the 3D view, or type a radius value to define the polygon radius. The polygon will also be a face, even if it appears as wireframe.

Options

Properties

See also Draft Pattern page.

Scripting

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

makePolygon(nfaces,[radius],[inscribed],[placement],[face]) 

Example:

import Draft
Draft.makePolygon(5,radius=3) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Polygon/tr&oldid=279545"

Navigation menu