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

79 lines
4.2 KiB
HTML

<html><head><title>Arch CutPlane/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>Arch CutPlane/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="Arch_CutPlane"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Arch_CutPlane.png" class="image"><img alt="Arch CutPlane.png" src="32px-Arch_CutPlane.png" width="32" height="32" srcset="/wiki/images/thumb/f/f2/Arch_CutPlane.png/48px-Arch_CutPlane.png 1.5x, /wiki/images/f/f2/Arch_CutPlane.png 2x" /></a> Arch CutPlane</span></h3>
</td></tr>
<tr>
<th class="ctOdd">Расположение в меню
</th></tr>
<tr>
<td class="ctEven">Архитектура → Cut with Plane
</td></tr>
<tr>
<th class="ctOdd">Верстаки
</th></tr>
<tr>
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=Arch_Module/ru" title="Arch Module/ru">Arch</a>
</td></tr>
<tr>
<th class="ctOdd">Быстрые клавиши
</th></tr>
<tr>
<td class="ctEven">отсутствуют
</td></tr>
<tr>
<th class="ctOdd">См. также
</th></tr>
<tr>
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=Arch_Remove/ru" title="Arch Remove/ru">Удалить компонент</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_CutPlane"><span class="tocnumber">1</span> <span class="toctext">Arch CutPlane</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>The Cut Plane tool allows you to cut an Arch object according to a plan:
</p>
<ul><li> You can cut an Arch object with the selected face, normal or opposite of the face plan.</li>
<li> This add a substraction component CutVolume to the Arch object</li></ul>
<p><a href="https://www.freecadweb.org/wiki/index.php?title=File:Arch_CutPlane_example.jpg" class="image"><img alt="Arch CutPlane example.jpg" src="Arch_CutPlane_example.jpg" width="640" height="294" /></a>
</p><p>In the above image, two Arch Structure are cut with respective plane.
</p>
<h2><span class="mw-headline" id="How_to_use">How to use</span></h2>
<ol><li> Select the object to be cut, then the face (the face must be the last one you selected)</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_CutPlane.svg" class="image"><img alt="Arch CutPlane.svg" src="Arch_CutPlane.svg" width="16" height="16" /></a> <b>Cut Plane</b></span> button</li>
<li> Choose if the object is cut <b>behind</b> the normale face or <b>front</b> of the normale face</li>
<li> Click the Ok button</li></ol>
<h2><span class="mw-headline" id="Scripting">Scripting</span></h2>
<p>The CutPlane 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>cutComponentwithPlane (archObject,face,faceSide) </pre>
<ul><li> archObject is the object to cut</li>
<li> face is the face of an object that come the plan from </li>
<li> faceSide is the side of the face to cut. 0 = Behind, 1 = Front</li></ul>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Arch_CutPlane/ru&amp;oldid=197761">http://www.freecadweb.org/wiki/index.php?title=Arch_CutPlane/ru&amp;oldid=197761</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>