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

73 lines
3.7 KiB
HTML

<html><head><title>Arch SplitMesh/en</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Arch SplitMesh/en</h1></div>
<div id="mw-content-text" lang="en" 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="Arch_SplitMesh"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Arch_SplitMesh.png" class="image"><img alt="Arch SplitMesh.png" src="32px-Arch_SplitMesh.png" width="32" height="32" srcset="/wiki/images/thumb/8/8e/Arch_SplitMesh.png/48px-Arch_SplitMesh.png 1.5x, /wiki/images/8/8e/Arch_SplitMesh.png 2x" /></a> Arch SplitMesh</span></h3>
</td></tr>
<tr>
<th class="ctOdd">Menu location
</th></tr>
<tr>
<td class="ctEven">Arch → Utilities → Split Mesh
</td></tr>
<tr>
<th class="ctOdd">Workbenches
</th></tr>
<tr>
<td class="ctEven"><a href="Arch_Module.html" title="Arch Module">Arch</a>
</td></tr>
<tr>
<th class="ctOdd">Default shortcut
</th></tr>
<tr>
<td class="ctEven">None
</td></tr>
<tr>
<th class="ctOdd">See also
</th></tr>
<tr>
<td class="ctEven"><a href="Arch_SelectNonSolidMeshes.html" title="Arch SelectNonSolidMeshes">Arch SelectNonSolidMeshes</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="#Arch_SplitMesh"><span class="tocnumber">1</span> <span class="toctext">Arch SplitMesh</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="#Scripting"><span class="tocnumber">4</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>This tool splits a selected <a href="Mesh_Module.html" class="mw-redirect" title="Mesh Module">Mesh</a> object into its separate components
</p>
<h2><span class="mw-headline" id="How_to_use">How to use</span></h2>
<ol><li> Select a mesh object</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:Arch_SplitMesh.png" class="image"><img alt="Arch SplitMesh.png" src="16px-Arch_SplitMesh.png" width="16" height="16" srcset="/wiki/images/thumb/8/8e/Arch_SplitMesh.png/24px-Arch_SplitMesh.png 1.5x, 32px-Arch_SplitMesh.png 2x" /></a> <b>Split Mesh</b></span> entry in Arch -&gt; Utilities menu </li></ol>
<h2><span class="mw-headline" id="Scripting">Scripting</span></h2>
<p>The Split Mesh tool can by used in <a href="Macros.html" title="Macros">macros</a> and from the python console by using the following function:
</p>
<pre>splitMesh (object,[mark]) </pre>
<p>splits the given mesh object into separated components.
</p><p>If mark is False, nothing else is done. If True (default), non-<a rel="nofollow" class="external text" href="http://en.wikipedia.org/wiki/Manifold">manifold</a> components will be painted in red.
</p>
<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=Arch_SplitMesh/en&amp;oldid=263208">http://www.freecadweb.org/wiki/index.php?title=Arch_SplitMesh/en&amp;oldid=263208</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>