Draft Drawing/pl


Draft Drawing.png Draft Drawing

Lokalizacja menu
Drafting → Drawing
Workbenches
Draft, Arch
Domyślny skrót
żaden
Zobacz także
żaden


Description

This tool allows you to put selected objects on a svg Drawing sheet. If no sheet exists in the document, a default one will be created. This tool works similarly to the Drawing View tool, but is optimized for Draft objects, and can render flat 2D objects with a face filling. It can also handle a couple of specific Draft objects, such as dimensions and texts, that the Drawing View tool cannot handle.

Draft drawing example.jpg

How to use

  1. Select the objects you wish to put on a drawing sheet
  2. Press the Draft Drawing.png Draft Drawing button

Options

Properties

Scripting

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

Draft.makeDrawingView (object,page) 

Example:

import FreeCAD,Draft
obj = FreeCAD.ActiveDocument.ActiveObject
page = FreeCAD.ActiveDocument.Page
Draft.makeDrawingView(obj,page) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Drawing/pl&oldid=221389"

Navigation menu