TechDraw NewDraft/ru


TechDraw NewDraft.png TechDraw NewDraft

Расположение в меню
TechDraw → DraftView
Верстаки
TechDraw
Быстрые клавиши
См. также


Description

The DraftView tool inserts a view of a selected Part-based or Group object into a drawing page. Unlike the standard View tool, views created with this tool are handled by the Draft Workbench, and specially designed for showing 2D objects. See Notes.

DraftViewSample.png

How to use

  1. Select a draft object in the 3D view or in the tree
  2. If you have multiple drawing pages in your document, you will need to select the desired page in the tree.
  3. Press the TechDraw NewDraft.png DraftView button
  4. A view of the draft object will appear on the page.

Options

Properties

Note: DraftView inherits all applicable basic View properties.

Scripting

DraftViews can be added to Pages using Python.

dv = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewDraft','TestDraft')
dv.Source = myDraftbject
rc = page.addView(dv) 

Notes

Since the DraftView is rendered within the Draft Module, TechDraw has limited control over it's appearance. You may need to make changes within Draft to get the representation you want.


Online version: "http://www.freecadweb.org/wiki/index.php?title=TechDraw_NewDraft/ru&oldid=254914"

Navigation menu