<?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: Dynamic blocks - stretching a block (triangle) whilst keeping an angle constant. in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438540#M14467</link>
    <description>&lt;P&gt;Thanks for that. Unfortunately though, I require all angles to be maintained as it is stretched. i.e. in the case of my first triangle, the bottom right angle at 90, the bottom left at 17.5, and top angle at 72.5 - which is where I think I must need the distance multiplier to be a certain value for the Y stretch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a basic version of my block. As you'll see, the base point is the bottom of the triangle in the middle of the block, and stretches both ways based on the one horizontal stretch. Ideally what I'm needing is that angle (17.5 in this case) kept the same when it is stretched out, so that it automatically stretches the Y stretch - as currently I'm having to manually stretch that and pre-draw the correct triangle beneath the block to then fit the points to.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jul 2021 12:50:19 GMT</pubDate>
    <dc:creator>c.mitchellQ7AMQ</dc:creator>
    <dc:date>2021-07-02T12:50:19Z</dc:date>
    <item>
      <title>Dynamic blocks - stretching a block (triangle) whilst keeping an angle constant.</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438312#M14463</link>
      <description>&lt;P&gt;I am attempting to create a dynamic block in AutoCAD LT, whereby a simple triangle has a linear stretch along the X axis and in turn it stretches along the Y axis, keeping the Hypotenuse-Adjacent angle as a constant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have got as far as applying a linear stretch, and then adding a second stretch to that parameter and setting the angle offset to 270, however it's the final part I'm struggling with. Being LT, I cannot use geometric/dimensional constraints in the block editor. I have seen a block somebody else has done, where they have the distance multiplier set to a 1.73 number, and seems to work for them. However that keeps it at whatever angle they initially wanted it kept at.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is how do I make sure my triangle retains its 17.5/20/25 degree angle (I'm going to create multiple triangles at different angles) while using the linear stretch actions? If it is a case of mathematics, and working out the relevant distance multiplier, I'm struggling to understand what it is I'm calculating to therefore type in the distance multiplier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 11:06:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438312#M14463</guid>
      <dc:creator>c.mitchellQ7AMQ</dc:creator>
      <dc:date>2021-07-02T11:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic blocks - stretching a block (triangle) whilst keeping an angle constant.</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438395#M14464</link>
      <description>&lt;P&gt;Why not just use a scale action on the linear parameter instead of the stretch. That will keep the angles constant&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 11:45:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438395#M14464</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2021-07-02T11:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic blocks - stretching a block (triangle) whilst keeping an angle constant.</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438424#M14465</link>
      <description>&lt;P&gt;Ah sorry, I should have mentioned that - I have objects all around/over the triangle which will just move as the triangle increases. Basically the triangle itself is a construction guide, with various roof/ceiling details around it. The ridge will stretch upwards with that point, and the eaves/ceiling will stretch horizontally as the angle that I require being constant is stretched. Applying the scale action will scale those objects up too.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 12:01:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438424#M14465</guid>
      <dc:creator>c.mitchellQ7AMQ</dc:creator>
      <dc:date>2021-07-02T12:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic blocks - stretching a block (triangle) whilst keeping an angle constant.</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438487#M14466</link>
      <description>&lt;P&gt;You can have multiple actions attached to one parameter. Use a scale action on just the triangle and use a stretch / move action on the items which need to stay the same size. See the attached drawing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 12:43:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438487#M14466</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2021-07-02T12:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic blocks - stretching a block (triangle) whilst keeping an angle constant.</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438540#M14467</link>
      <description>&lt;P&gt;Thanks for that. Unfortunately though, I require all angles to be maintained as it is stretched. i.e. in the case of my first triangle, the bottom right angle at 90, the bottom left at 17.5, and top angle at 72.5 - which is where I think I must need the distance multiplier to be a certain value for the Y stretch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a basic version of my block. As you'll see, the base point is the bottom of the triangle in the middle of the block, and stretches both ways based on the one horizontal stretch. Ideally what I'm needing is that angle (17.5 in this case) kept the same when it is stretched out, so that it automatically stretches the Y stretch - as currently I'm having to manually stretch that and pre-draw the correct triangle beneath the block to then fit the points to.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 12:50:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438540#M14467</guid>
      <dc:creator>c.mitchellQ7AMQ</dc:creator>
      <dc:date>2021-07-02T12:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic blocks - stretching a block (triangle) whilst keeping an angle constant.</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438772#M14468</link>
      <description>&lt;P&gt;A quick bit of googling and fiddling found the answer&lt;/P&gt;
&lt;P&gt;Delete the vertical linear stretch parameter and it's associated action.&lt;/P&gt;
&lt;P&gt;Add a new stretch action to the horizontal linear stretch parameter and change the parameters according to the image below. I would suggest you use the calculator as I have shown. The first part of the equation before the divide works out how high the vertical of the right angle triangle is and then you divide that by 600 to work out the vertical distance multiplier&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/937086iD3F5BAB8F770FFC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 14:31:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438772#M14468</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2021-07-02T14:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic blocks - stretching a block (triangle) whilst keeping an angle constant.</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438874#M14469</link>
      <description>&lt;P&gt;Spot on! That's exactly it! I knew it was either the CAD parameters I wasn't getting right, or the mathematical equation part itself. I know this therefore doesn't render the answer CAD related haha, but thanks very much!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 14:53:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10438874#M14469</guid>
      <dc:creator>c.mitchellQ7AMQ</dc:creator>
      <dc:date>2021-07-02T14:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic blocks - stretching a block (triangle) whilst keeping an angle constant.</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10439056#M14470</link>
      <description>&lt;P&gt;I'm an idiot. You only needed to use TAN 17.5 in the calculator. the *600 and /600 cancel each other out. It's too long since I did any maths.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 15:52:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10439056#M14470</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2021-07-02T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic blocks - stretching a block (triangle) whilst keeping an angle constant.</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10443402#M14471</link>
      <description>&lt;P&gt;Bloody hell. Yeah. I never realised it would be that simple of a solution. Thanks anyway, Id have struggled for ages on that one!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 07:00:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/dynamic-blocks-stretching-a-block-triangle-whilst-keeping-an/m-p/10443402#M14471</guid>
      <dc:creator>c.mitchellQ7AMQ</dc:creator>
      <dc:date>2021-07-05T07:00:01Z</dc:date>
    </item>
  </channel>
</rss>

