<?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>topic Re: Stretchy 2D lines in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Stretchy-2D-lines/m-p/55285#M35974</link>
    <description>Using the MUL2 I got it to work.  I had to use:&lt;BR /&gt;
&lt;BR /&gt;
MUL2 A*3.25,B*3.25&lt;BR /&gt;
&lt;BR /&gt;
Which seems odd to me, but at least it works so I'm not complaining.</description>
    <pubDate>Tue, 04 Oct 2005 20:31:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-10-04T20:31:39Z</dc:date>
    <item>
      <title>Stretchy 2D lines</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Stretchy-2D-lines/m-p/55283#M35972</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have drawn some lines using LINE2 in my 2D script and I need them to stretch with the size of A&amp;amp;B.  I'm guessing I need to use MUL but I have yet to figure out how to use that command.  Can anyone enlighten me?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Sep 2005 16:58:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Stretchy-2D-lines/m-p/55283#M35972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-30T16:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stretchy 2D lines</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Stretchy-2D-lines/m-p/55284#M35973</link>
      <description>hi, &lt;BR /&gt;
&lt;BR /&gt;
you can use two different ways: &lt;BR /&gt;
1) with 'mul2 x,y' you can stretch the things behind the command. you can use line2, circle2 or also the fragment2 command. of course the circle will get  an ellips, if x and y are not identical. if typical values for a is 2.0 and for b 1.2 then you can script: mul2 a/2.0,b/1.2  ...&lt;BR /&gt;
&lt;BR /&gt;
2) you can define the elements in dependency to a and b:&lt;BR /&gt;
line2 0,0,a,0&lt;BR /&gt;
line2 0,0,0,b&lt;BR /&gt;
This way is more difficult but sometimes you need more control over the elements. &lt;BR /&gt;
&lt;BR /&gt;
best regards. gerd</description>
      <pubDate>Tue, 04 Oct 2005 07:36:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Stretchy-2D-lines/m-p/55284#M35973</guid>
      <dc:creator>gerd</dc:creator>
      <dc:date>2005-10-04T07:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Stretchy 2D lines</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Stretchy-2D-lines/m-p/55285#M35974</link>
      <description>Using the MUL2 I got it to work.  I had to use:&lt;BR /&gt;
&lt;BR /&gt;
MUL2 A*3.25,B*3.25&lt;BR /&gt;
&lt;BR /&gt;
Which seems odd to me, but at least it works so I'm not complaining.</description>
      <pubDate>Tue, 04 Oct 2005 20:31:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Stretchy-2D-lines/m-p/55285#M35974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-04T20:31:39Z</dc:date>
    </item>
  </channel>
</rss>

