<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Thema "Re: Winkeleinheit" in Dokumentation</title>
    <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522425#M17077</link>
    <description>das wäre ein neues Eingabefeld - und wobei soll das dann stehen? Bei Linien? Bei Wänden, wie soll das gehen, der Winkel momentan bezieht sich auf 2D udn Schnitt/Ansichten. So ganz einfach ist das nicht. Man muss das auch zu ende denken</description>
    <pubDate>Mon, 07 Jun 2004 14:38:00 GMT</pubDate>
    <dc:creator>Holger Kreienbrink</dc:creator>
    <dc:date>2004-06-07T14:38:00Z</dc:date>
    <item>
      <title>Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522414#M17066</link>
      <description>Wie kann ich Winkeleinheit in % als Gefälle einstellen?&lt;BR /&gt; Dazu Winkelbemaßung in %&lt;BR /&gt; &lt;BR /&gt; AchiCAD 7.0</description>
      <pubDate>Sun, 06 Jun 2004 22:47:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522414#M17066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-06T22:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522415#M17067</link>
      <description>Winkeleinheit ist in ° (Grad).&lt;BR /&gt; % wirst Du wohl oder übel umrechnen müssen.</description>
      <pubDate>Mon, 07 Jun 2004 05:16:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522415#M17067</guid>
      <dc:creator>David Kehr</dc:creator>
      <dc:date>2004-06-07T05:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522416#M17068</link>
      <description>eigentlich...sehr schade...</description>
      <pubDate>Mon, 07 Jun 2004 06:26:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522416#M17068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-07T06:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522417#M17069</link>
      <description>@ klavier: &lt;BR /&gt; die winkelgrad in steigung% umrechnung kann man auch das dachwerkzeug erledigen lassen: &lt;BR /&gt; - dachwerkzeug einstellugsfenster aufrufen&lt;BR /&gt; - neigung auf grad einstellen (kleiner pfeil rechts neben eingabefeld)&lt;BR /&gt; - gradwert eingeben (z.B. 5.00)&lt;BR /&gt; - jetzt mit dem pfeil umschalten auf %&lt;BR /&gt; - der wert wird in % umgerechnet angezeigt (hier 8.75)&lt;BR /&gt;   :winken:</description>
      <pubDate>Mon, 07 Jun 2004 07:25:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522417#M17069</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-06-07T07:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522418#M17070</link>
      <description>Einfach ein kleines Objekt schreiben:&lt;BR /&gt; &lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;Winkel = ATN(B/A)&lt;BR /&gt; &lt;BR /&gt; hotspot2 0,0&lt;BR /&gt; hotspot2 a,0&lt;BR /&gt; hotspot2 a,b&lt;BR /&gt; &lt;BR /&gt; line2 0,0,a,b&lt;BR /&gt; &lt;BR /&gt; rot2 Winkel&lt;BR /&gt; &lt;BR /&gt; define style "Stg" "Arial",2,7,0&lt;BR /&gt; style "Stg"&lt;BR /&gt; text2 0,0, str("%.1",B/A*100)+"%"&lt;BR /&gt; &lt;BR /&gt; define style "Win" "Arial",2,1,0&lt;BR /&gt; style "Win"&lt;BR /&gt; text2 0,0, str("%.1",Winkel)+"°"</description>
      <pubDate>Mon, 07 Jun 2004 07:29:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522418#M17070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-07T07:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522419#M17071</link>
      <description>&lt;BLOCKQUOTE&gt;Original erstellt von Ove Bodj:&lt;BR /&gt; [QB] Einfach ein kleines Objekt schreiben:&lt;BR /&gt; &lt;BR /&gt; Danke für den Code, hab mir sofort ein Objekt draus gebastelt. Sieht brauchbar aus.&lt;BR /&gt; &lt;BR /&gt; Danke   :winken:    :winken:    :winken:&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 07 Jun 2004 09:11:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522419#M17071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-07T09:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522420#M17072</link>
      <description>Vielen Dank für den Code - klappt super.&lt;BR /&gt; DreiNull</description>
      <pubDate>Mon, 07 Jun 2004 11:06:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522420#M17072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-07T11:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522421#M17073</link>
      <description>was für ein code?&lt;BR /&gt; Ich bekomme nur zu sehen, 100%/45°...</description>
      <pubDate>Mon, 07 Jun 2004 11:57:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522421#M17073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-07T11:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522422#M17074</link>
      <description>@klavier:&lt;BR /&gt; Trage doch in den Objekteinstellungen bei der Breite eine andere Zahl als 100 ein - und staune...  :yeah:  &lt;BR /&gt; &lt;BR /&gt; Gruss aus der sonnigen Schweiz&lt;BR /&gt; Roger</description>
      <pubDate>Mon, 07 Jun 2004 12:53:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522422#M17074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-07T12:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522423#M17075</link>
      <description>... das ist auch schon!&lt;BR /&gt; ziehe einfach das objekt etwas, dass a und b andere werte haben (zb: a=1, b= 0,1 =&amp;gt; 10%) und schon hast du es. die gerade zeigt die neigung zu horizontal (sofern das objekt nicht gedreht eingesetzt ist)&lt;BR /&gt;   :winken:</description>
      <pubDate>Mon, 07 Jun 2004 12:56:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522423#M17075</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-06-07T12:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522424#M17076</link>
      <description>Danke&lt;BR /&gt; nützlich als Notlösung.&lt;BR /&gt; Trotz allem...&lt;BR /&gt; Ich vermisse die Gefälleeingabe in % von anderem CAD-Programm...&lt;BR /&gt; Graphisoft kann bitte überlegen,Gefälle in % in Koordinatenfenster zu zeigen: für Programierer muss nicht so schwer sein....</description>
      <pubDate>Mon, 07 Jun 2004 13:12:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522424#M17076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-07T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522425#M17077</link>
      <description>das wäre ein neues Eingabefeld - und wobei soll das dann stehen? Bei Linien? Bei Wänden, wie soll das gehen, der Winkel momentan bezieht sich auf 2D udn Schnitt/Ansichten. So ganz einfach ist das nicht. Man muss das auch zu ende denken</description>
      <pubDate>Mon, 07 Jun 2004 14:38:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522425#M17077</guid>
      <dc:creator>Holger Kreienbrink</dc:creator>
      <dc:date>2004-06-07T14:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Winkeleinheit</title>
      <link>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522426#M17078</link>
      <description>Der Objektvorschlag ist Quick and dirty gerade so runtergeschrieben. Das kann man so aufbohren, daß es als Objekt so funktioniert, wie man es als Eingabe haben will.&lt;BR /&gt;  &amp;lt;/font&amp;gt;&lt;UL&gt;&lt;LI&gt;&amp;lt;font size="2" face="Verdana, Helvetica, sans-serif"&amp;gt;Man könnte die Bemaßungsart für Winkel aus den Grundeinstellungen verwenden&amp;lt;/font&amp;gt;&amp;lt;/li&amp;gt;&lt;/LI&gt;&lt;LI&gt;&amp;lt;font size="2" face="Verdana, Helvetica, sans-serif"&amp;gt;movable Hotspots einfügen&amp;lt;/font&amp;gt;&amp;lt;/li&amp;gt;&lt;/LI&gt;&lt;LI&gt;&amp;lt;font size="2" face="Verdana, Helvetica, sans-serif"&amp;gt;Das Gefälle als Parameter abfragen und daraus A und B berechnen&amp;lt;/font&amp;gt;&amp;lt;/li&amp;gt;&lt;/LI&gt;&lt;LI&gt;&amp;lt;font size="2" face="Verdana, Helvetica, sans-serif"&amp;gt;...&amp;lt;/font&amp;gt;&amp;lt;/li&amp;gt;&lt;/LI&gt;&lt;/UL&gt;&amp;lt;font size="2" face="Verdana, Helvetica, sans-serif"&amp;gt;aber bestimmt hat sowas schon mal jemand gemacht (sowas in der Art ist auch in meiner Bibliothek) und bestimmt irgendwo zu finden.</description>
      <pubDate>Mon, 07 Jun 2004 14:46:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Dokumentation/Winkeleinheit/m-p/522426#M17078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-07T14:46:00Z</dc:date>
    </item>
  </channel>
</rss>

