76 lines
4.6 KiB
HTML
76 lines
4.6 KiB
HTML
<html><head><title>Draft DelPoint/de</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/de</h1></div>
|
|
|
|
<div id="mw-content-text" lang="de" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><table class="fcinfobox wikitable ct" width="100%" style="float: right; width: 200px;">
|
|
<tr>
|
|
<td class="ctTitle">
|
|
<h3><span class="mw-headline" id="Punkt_entfernen"><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> Punkt entfernen</span></h3>
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Menüeintrag
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven">Draft -> Punkt entfernen
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Arbeitsbereich
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=Draft_Module/de" title="Draft Module/de">Draft</a>, <a href="https://www.freecadweb.org/wiki/index.php?title=Arch_Module/de" title="Arch Module/de">Arch</a>
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Standardtastenkürzel
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven">None
|
|
</td></tr>
|
|
<tr>
|
|
<th class="ctOdd">Siehe auch
|
|
</th></tr>
|
|
<tr>
|
|
<td class="ctEven">None
|
|
</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="#Punkt_entfernen"><span class="tocnumber">1</span> <span class="toctext">Punkt entfernen</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/de&oldid=136072">http://www.freecadweb.org/wiki/index.php?title=Draft_DelPoint/de&oldid=136072</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> |