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

76 lines
4.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head><title>Draft DelPoint/tr</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Draft DelPoint/tr</h1></div>
<div id="mw-content-text" lang="tr" 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="Draft_DelPoint"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Draft_DelPoint.png" class="image"><img alt="Draft DelPoint.png" src="32px-Draft_DelPoint.png" width="32" height="32" srcset="/wiki/images/thumb/1/18/Draft_DelPoint.png/48px-Draft_DelPoint.png 1.5x, /wiki/images/1/18/Draft_DelPoint.png 2x" /></a> Draft DelPoint</span></h3>
</td></tr>
<tr>
<th class="ctOdd">Menü konumu
</th></tr>
<tr>
<td class="ctEven">Draft -&gt; Remove Point
</td></tr>
<tr>
<th class="ctOdd">Workbenches
</th></tr>
<tr>
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=Draft_Module/tr" title="Draft Module/tr">Draft</a>, <a href="https://www.freecadweb.org/wiki/index.php?title=Arch_Module/tr" title="Arch Module/tr">Arch</a>
</td></tr>
<tr>
<th class="ctOdd">Varsayılan kısayol
</th></tr>
<tr>
<td class="ctEven">Hiçbiri
</td></tr>
<tr>
<th class="ctOdd">Ayrıca bkz
</th></tr>
<tr>
<td class="ctEven">Hiçbiri
</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="Draft_DelPoint.html"><span class="tocnumber">1</span> <span class="toctext">Draft DelPoint</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="#Scripting"><span class="tocnumber">5</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 tools allows you to remove points from <a href="Draft_Wire.html" title="Draft Wire">Wires</a> and <a href="Draft_BSpline.html" title="Draft BSpline">BSplines</a>.
</p>
<h2><span class="mw-headline" id="How_to_use">How to use</span></h2>
<ol><li> Select a <a href="Draft_Wire.html" title="Draft Wire">wire</a> or a <a href="Draft_BSpline.html" title="Draft BSpline">BSpline</a></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:Draft_DelPoint.png" class="image"><img alt="Draft DelPoint.png" src="16px-Draft_DelPoint.png" width="16" height="16" srcset="/wiki/images/thumb/1/18/Draft_DelPoint.png/24px-Draft_DelPoint.png 1.5x, 32px-Draft_DelPoint.png 2x" /></a> <a href="Draft_DelPoint.html" title="Draft DelPoint">Draft DelPoint</a></span> button</li>
<li> Click a point on the <a href="Draft_Wire.html" title="Draft Wire">wire</a> or <a href="Draft_BSpline.html" title="Draft BSpline">BSpline</a></li></ol>
<h2><span class="mw-headline" id="Options">Options</span></h2>
<ul><li> This functionality is also available inside the <a href="https://www.freecadweb.org/wiki/index.php?title=File:Draft_Edit.png" class="image"><img alt="Draft Edit.png" src="12px-Draft_Edit.png" width="12" height="12" srcset="/wiki/images/thumb/5/51/Draft_Edit.png/18px-Draft_Edit.png 1.5x, /wiki/images/thumb/5/51/Draft_Edit.png/24px-Draft_Edit.png 2x" /></a> <a href="Draft_Edit.html" title="Draft Edit">Draft Edit</a> tool</li></ul>
<h2><span class="mw-headline" id="Scripting">Scripting</span></h2>
<p>Not available, but removing points from <a href="Draft_Wire.html" title="Draft Wire">Wires</a> and <a href="Draft_BSpline.html" title="Draft BSpline">BSplines</a> is easy, for example:
</p>
<pre>import FreeCAD,Draft
points = FreeCAD.ActiveDocument.ActiveObject.Points
points.pop(0)
FreeCAD.ActiveDocument.ActiveObjects.Points = points </pre>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Draft_DelPoint/tr&amp;oldid=136079">http://www.freecadweb.org/wiki/index.php?title=Draft_DelPoint/tr&amp;oldid=136079</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>