Draft Shape2DView/cs


Draft Shape2DView.png Kreslení TělesoDo2DPohledu

Umístění Menu
Kreslení -> TělesoDo2D
Pracovní stoly
Kreslení, Architektura
Výchozí zástupce
Nikdo
Viz také
Nikdo


Popis

This tool places in the document a 2D object which is a flattened view of a selected Shape-based object, projected along the current view direction.

Draft Shape2DView example.jpg

Použití

  1. Select the object you want to extract a 2D view from
  2. Rotate the view (or use the view presets shortcuts) so it reflects the direction you want to project the object to. For example, using a Top view will project the object on the XY plane, vertically along the Z axis like on the image above.
  3. Press the Draft Shape2DView.png Draft Shape2DView button

Volby

Vlastnosti

Skriptování

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

makeShape2DView (object,[projection],[facenumbers]) 

Příklad:

import FreeCAD,Draft
Draft.makeShape2DView(FreeCAD.ActiveDocument.ActiveObject) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Shape2DView/cs&oldid=229026"

Navigation menu