Draft Drawing/cs


Draft Drawing.png Draft Drawing

Umístění Menu
Drafting → Drawing
Pracovní stoly
Kreslení, Architektura
Výchozí zástupce
Nikdo
Viz také
Nikdo


Popis

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

Použití

  1. Vyberte objekty, které chcete umístit na výkres
  2. Stiskněte tlačítko Draft Drawing.png Výkres

Volby

Vlastnosti

Skriptování

Nástroj Výkres může být použit v makrech a z konzoly Pythonu použitím následující funkce:

Draft.makeDrawingView (object,page) 

Příklad:

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/cs&oldid=221077"

Navigation menu