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

88 lines
4.9 KiB
HTML

<html><head><title>Part RefineShape/sv</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Part RefineShape/sv</h1></div>
<div id="mw-content-text" lang="sv" 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="Part_RefineShape"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Part_RefineShape.png" class="image"><img alt="Part RefineShape.png" src="32px-Part_RefineShape.png" width="32" height="32" srcset="/wiki/images/thumb/6/68/Part_RefineShape.png/48px-Part_RefineShape.png 1.5x, /wiki/images/6/68/Part_RefineShape.png 2x" /></a> Part RefineShape</span></h3>
</td></tr>
<tr>
<th class="ctOdd">Menyplacering
</th></tr>
<tr>
<td class="ctEven">Part → Refine Shape
</td></tr>
<tr>
<th class="ctOdd">Arbetsbänk(ar)
</th></tr>
<tr>
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=Part_Module/sv" title="Part Module/sv">Part</a>, <a href="https://www.freecadweb.org/wiki/index.php?title=OpenSCAD_Module/sv" title="OpenSCAD Module/sv">OpenSCAD</a>
</td></tr>
<tr>
<th class="ctOdd">Standard genväg
</th></tr>
<tr>
<td class="ctEven">None
</td></tr>
<tr>
<th class="ctOdd">Se även
</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="#Part_RefineShape"><span class="tocnumber">1</span> <span class="toctext">Part RefineShape</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="#Use"><span class="tocnumber">3</span> <span class="toctext">Use</span></a></li>
<li class="toclevel-1 tocsection-3"><a href="#Limitations"><span class="tocnumber">4</span> <span class="toctext">Limitations</span></a></li>
<li class="toclevel-1 tocsection-4"><a href="#Scripting"><span class="tocnumber">5</span> <span class="toctext">Scripting</span></a></li>
<li class="toclevel-1 tocsection-5"><a href="#Notes"><span class="tocnumber">6</span> <span class="toctext">Notes</span></a></li>
</ul>
</div>
</td></tr></table>
<p><br />
</p><p><br />
</p>
<h2><span class="mw-headline" id="Description">Description</span></h2>
<p>Cleans unnecessary lines. After a Boolean operation some lines defining the previous form remain visible, this tool creates a copy of the totally cleaned.
</p><p><a href="https://www.freecadweb.org/wiki/index.php?title=File:PartRefineShape_it.png" class="image"><img alt="PartRefineShape it.png" src="PartRefineShape_it.png" width="447" height="277" /></a>
</p>
<h2><span class="mw-headline" id="Use">Use</span></h2>
<ol><li> Select the shape to be cleaned.</li>
<li> Click the <span style="background: #DDDDDD; border: 1px solid #888888; padding: 0px 5px 1px 5px;">Part → Refine shape</span> menu.</li></ol>
<ul><li> A copy of the object is created and totally cleaned, the original object is rendered hidden.</li>
<li> The newly created copy is independent of the original.</li></ul>
<h2><span class="mw-headline" id="Limitations">Limitations</span></h2>
<ul><li> The refinement algorithm only works on shells. Therefore it iterates over the shells of the input shape and then for each shell it creates a new shell with joined faces wherever possible. This means if your input shape is only a face, wire, edge or vertex then the algorithm does nothing.</li>
<li> Opposed to <a href="OpenSCAD_RefineShapeFeature.html" title="OpenSCAD RefineShapeFeature">RefineShapeFeature</a> in OpenSCAD workbench, this feature won't update when the underlying shapes are changed</li></ul>
<h2><span class="mw-headline" id="Scripting">Scripting</span></h2>
<p>The Phyton command for refining a shape is the following:
</p>
<pre>shape.removeSplitter() </pre>
<h2><span class="mw-headline" id="Notes">Notes</span></h2>
<ul><li> the function does not modify the existing shape, but returns a new shape</li>
<li> the function is normally used as last step in the modelling history</li>
<li> the function can help to get difficult fillets to work</li>
<li> the function is intended to stop 3D printers from printing unwanted edges</li>
<li> the function can be used after converting a mesh to shape to clean up the residual edges on planar faces.</li></ul>
<p><br />
<br />
</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=Part_RefineShape/sv&amp;oldid=212222">http://www.freecadweb.org/wiki/index.php?title=Part_RefineShape/sv&amp;oldid=212222</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>