TechDraw NewView/ru


TechDraw NewView.png TechDraw NewView

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


Description

The View tool adds a representation of one or more objects to a Drawing page. This is the basic building block of the TechDraw module. Most other Views are derived in some way from NewView.

ViewOfBox2.png

How to use

  1. Select one or more objects (Body, App::Part, Part::Feature, Draft object, ... See Notes) in the 3D window or tree.
  2. If you have multiple drawing pages in your document, you will also need to select the desired page in the tree.
  3. Press the Techdraw-view.png View button

Options

None.

Properties

(1) these properties are common to all View types.

Scripting

Views can be added to Pages using Python.

view = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewPart','View')
rc = page.addView(view)
FreeCAD.ActiveDocument.View.Source = [App.ActiveDocument.Box]
FreeCAD.ActiveDocument.View.Direction = (0.0,0.0,1.0) 

Notes

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

Navigation menu