FreeCAD-Doc/localwiki/TechDraw_New_Pick-ru.html
2018-07-19 18:47:02 -05:00

85 lines
4.9 KiB
HTML

<html><head><title>TechDraw New Pick/ru</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>TechDraw New Pick/ru</h1></div>
<div id="mw-content-text" lang="ru" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><table class="fcinfobox wikitable ct" >
<tr>
<td class="ctTitle">
<h3><span class="mw-headline" id="TechDraw_New_Pick"><a href="https://www.freecadweb.org/wiki/index.php?title=File:TechDraw_New_Pick.png" class="image"><img alt="TechDraw New Pick.png" src="32px-TechDraw_New_Pick.png" width="32" height="32" srcset="/wiki/images/thumb/f/f9/TechDraw_New_Pick.png/48px-TechDraw_New_Pick.png 1.5x, /wiki/images/f/f9/TechDraw_New_Pick.png 2x" /></a> TechDraw New Pick</span></h3>
</td></tr>
<tr>
<th class="ctOdd">Расположение в меню
</th></tr>
<tr>
<td class="ctEven">TechDraw → New Pick
</td></tr>
<tr>
<th class="ctOdd">Верстаки
</th></tr>
<tr>
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=TechDraw_Module/ru" title="TechDraw Module/ru">TechDraw</a>
</td></tr>
<tr>
<th class="ctOdd">Быстрые клавиши
</th></tr>
<tr>
<td class="ctEven">x x
</td></tr>
<tr>
<th class="ctOdd">См. также
</th></tr>
<tr>
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=TechDraw_New_Default/ru" title="TechDraw New Default/ru">TechDraw New Default</a>
</td></tr>
<tr>
<td class="ctToc"><br /><div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1"><a href="TechDraw_New_Pick.html"><span class="tocnumber">1</span> <span class="toctext">TechDraw New Pick</span></a></li>
<li class="toclevel-1 tocsection-1"><a href="#Description"><span class="tocnumber">2</span> <span class="toctext">Description</span></a></li>
<li class="toclevel-1 tocsection-2"><a href="#How_to_use"><span class="tocnumber">3</span> <span class="toctext">How to use</span></a></li>
<li class="toclevel-1 tocsection-3"><a href="#Options"><span class="tocnumber">4</span> <span class="toctext">Options</span></a></li>
<li class="toclevel-1 tocsection-4"><a href="#Properties"><span class="tocnumber">5</span> <span class="toctext">Properties</span></a></li>
<li class="toclevel-1 tocsection-5"><a href="#Scripting"><span class="tocnumber">6</span> <span class="toctext">Scripting</span></a></li>
</ul>
</div>
</td></tr></table>
<p><br />
</p>
<h2><span class="mw-headline" id="Description">Description</span></h2>
<p>The New Pick tool creates a new Page using the a Template file selected from a dialog. The starting directory for the dialog can be specified in Preferences
</p>
<h2><span class="mw-headline" id="How_to_use">How to use</span></h2>
<ol><li> Press the <span style="background: #DDDDDD; border: 1px solid #888888; padding: 0px 5px 1px 5px;"><a href="https://www.freecadweb.org/wiki/index.php?title=File:TechDraw_New_Pick.png" class="image"><img alt="TechDraw New Pick.png" src="24px-TechDraw_New_Pick.png" width="24" height="24" srcset="/wiki/images/thumb/f/f9/TechDraw_New_Pick.png/36px-TechDraw_New_Pick.png 1.5x, /wiki/images/thumb/f/f9/TechDraw_New_Pick.png/48px-TechDraw_New_Pick.png 2x" /></a> <a href="TechDraw_New_Pick.html" title="TechDraw New Pick">New Pick</a></span> button</li></ol>
<h2><span class="mw-headline" id="Options">Options</span></h2>
<p>None.
</p>
<h2><span class="mw-headline" id="Properties">Properties</span></h2>
<ul><li> <span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Projection Type</b>: Default projection type (First or Third Angle) for this Page.</li>
<li> <span style="font-size: 0.6em;padding-right:10px;">DATA</span><b>Scale</b>: Default scale for Views in this Page.</li></ul>
<h2><span class="mw-headline" id="Scripting">Scripting</span></h2>
<p>The New Pick tool can by used in <a href="Macros.html" title="Macros">macros</a> and from the python console by using the following functions:
</p>
<pre>templateFileSpec = QtGui.QFileDialog.getOpenFileName(self.baseWidget,
dialogCaption,
dialogDir,
dialogFilter)
page = FreeCAD.ActiveDocument.addObject('TechDraw::DrawPage','Page')
template = FreeCAD.ActiveDocument.addObject('TechDraw::DrawSVGTemplate','Template')
template.Template = templateFileSpec
page.Template = FreeCAD.ActiveDocument.Template </pre>
<ul><li> Creates a new Page in the current document</li></ul>
<div style="clear:both"></div>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=TechDraw_New_Pick/ru&amp;oldid=213579">http://www.freecadweb.org/wiki/index.php?title=TechDraw_New_Pick/ru&amp;oldid=213579</a>"</div>
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
</body></html>