86 lines
4.8 KiB
HTML
86 lines
4.8 KiB
HTML
<html><head><title>TechDraw NewMulti</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 NewMulti</h1></div>
|
|
|
|
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><table class="fcinfobox wikitable ct" >
|
|
<tr>
|
|
<td class="ctTitle">
|
|
<h3><span class="mw-headline" id="TechDraw_NewMulti"><a href="https://www.freecadweb.org/wiki/index.php?title=File:TechDraw_NewMulti.png" class="image"><img alt="TechDraw NewMulti.png" src="32px-TechDraw_NewMulti.png" width="32" height="32" srcset="/wiki/images/thumb/2/2a/TechDraw_NewMulti.png/48px-TechDraw_NewMulti.png 1.5x, /wiki/images/2/2a/TechDraw_NewMulti.png 2x" /></a> TechDraw NewMulti</span></h3>
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Menu location
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven">TechDraw → Multi
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Workbenches
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven"><a href="TechDraw_Module.html" title="TechDraw Module">TechDraw</a>
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Default shortcut
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven">
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">See also
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven">
|
|
</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_NewMulti"><span class="tocnumber">1</span> <span class="toctext">TechDraw NewMulti</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>
|
|
<li class="toclevel-1 tocsection-6"><a href="#Notes"><span class="tocnumber">7</span> <span class="toctext">Notes</span></a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</td></tr></table>
|
|
<p><br />
|
|
</p>
|
|
<h2><span class="mw-headline" id="Description">Description</span></h2>
|
|
<p><b>Note: this tool is deprecated and will be removed. NewView now supports multiple source objects.</b>
|
|
The Multi tool creates a view of multiple 3D parts. The parts are positioned relative to their 3D positions. Dimensions can be added between parts where applicable.
|
|
</p>
|
|
<div class="center"><div class="floatnone"><a href="https://www.freecadweb.org/wiki/index.php?title=File:ViewMulti.png" class="image"><img alt="ViewMulti.png" src="300px-ViewMulti.png" width="300" height="198" srcset="/wiki/images/c/c9/ViewMulti.png 1.5x" /></a></div></div>
|
|
<h2><span class="mw-headline" id="How_to_use">How to use</span></h2>
|
|
<ol><li> Select several parts in the 3D window or tree.</li>
|
|
<li> If you have multiple drawing pages in your document, you will also need to select the desired page in the tree.</li>
|
|
<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-multiview.png" class="image"><img alt="Techdraw-multiview.png" src="24px-Techdraw-multiview.png" width="24" height="24" srcset="/wiki/images/thumb/e/e1/Techdraw-multiview.png/36px-Techdraw-multiview.png 1.5x, /wiki/images/thumb/e/e1/Techdraw-multiview.png/48px-Techdraw-multiview.png 2x" /></a> <a class="mw-selflink selflink">Multi</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>BaseView</b>: The part view on which this ViewMulti is based. (Note only one of the Parts is listed here)</li></ul>
|
|
<p>Note: Multi inherits all applicable View properties.
|
|
</p>
|
|
<h2><span class="mw-headline" id="Scripting">Scripting</span></h2>
|
|
<p>Multis can be added to Pages using Python.
|
|
</p>
|
|
<pre>Multi = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewMulti','Multi')
|
|
...TBA </pre>
|
|
<h2><span class="mw-headline" id="Notes">Notes</span></h2>
|
|
<ul><li> None at this time </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_NewMulti&oldid=243381">http://www.freecadweb.org/wiki/index.php?title=TechDraw_NewMulti&oldid=243381</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> |