<?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: 3D-Scale Problems - Cannot Select individual Axis. in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/3d-scale-problems-cannot-select-individual-axis/m-p/12033897#M34306</link>
    <description>&lt;P&gt;Workarounds are to make a block to scale, then explode the block if preferred to forget about it later:&lt;BR /&gt;&lt;A href="https://www.symetri.co.uk/insights/blog/autocad-use-a-different-scale-for-x-y-z/" target="_blank" rel="noopener"&gt;https://www.symetri.co.uk/insights/blog/autocad-use-a-different-scale-for-x-y-z/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-lt-forum/scale-x-and-y-indepenently/td-p/2520529" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-lt-forum/scale-x-and-y-indepenently/td-p/2520529&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cadforum.cz/en/qaID.asp?tip=5889" target="_blank"&gt;https://www.cadforum.cz/en/qaID.asp?tip=5889&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 15:50:35 GMT</pubDate>
    <dc:creator>Gabriel_Watson</dc:creator>
    <dc:date>2023-06-14T15:50:35Z</dc:date>
    <item>
      <title>3D-Scale Problems - Cannot Select individual Axis.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-scale-problems-cannot-select-individual-axis/m-p/12033846#M34305</link>
      <description>&lt;P&gt;Hey guys, I'm working on a SIMPLE 3D project. I'm trying to scale in the Z axis a box I drew, but the scaling "GIZMO" is restrained to all three axis, I cannot select individual axis no matter what I try. I really need help guys.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 15:29:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-scale-problems-cannot-select-individual-axis/m-p/12033846#M34305</guid>
      <dc:creator>matias.medves</dc:creator>
      <dc:date>2023-06-14T15:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Scale Problems - Cannot Select individual Axis.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-scale-problems-cannot-select-individual-axis/m-p/12033897#M34306</link>
      <description>&lt;P&gt;Workarounds are to make a block to scale, then explode the block if preferred to forget about it later:&lt;BR /&gt;&lt;A href="https://www.symetri.co.uk/insights/blog/autocad-use-a-different-scale-for-x-y-z/" target="_blank" rel="noopener"&gt;https://www.symetri.co.uk/insights/blog/autocad-use-a-different-scale-for-x-y-z/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-lt-forum/scale-x-and-y-indepenently/td-p/2520529" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-lt-forum/scale-x-and-y-indepenently/td-p/2520529&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cadforum.cz/en/qaID.asp?tip=5889" target="_blank"&gt;https://www.cadforum.cz/en/qaID.asp?tip=5889&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 15:50:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-scale-problems-cannot-select-individual-axis/m-p/12033897#M34306</guid>
      <dc:creator>Gabriel_Watson</dc:creator>
      <dc:date>2023-06-14T15:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Scale Problems - Cannot Select individual Axis.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-scale-problems-cannot-select-individual-axis/m-p/12033921#M34307</link>
      <description>&lt;P&gt;If you drew it using the BOX command specifically, then you can change the height in the Properties palette:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1686757283491.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1227654i3AD44CEA47A5D44C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1686757283491.png" alt="Kent1Cooper_0-1686757283491.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you drew it by [for example] EXTRUDEing a rectangle Polyline or PRESSPULLing in one, then you can't do it that way, but you can grip-edit the height of it in 3D view [which you can also do with one made by BOX].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any of those cases, the (getpropertyvalue)/(setpropertyvalue) method can be used to change it, and an AutoLisp routine could be defined that would calculate and impose a new Height value for you, based on the current value and your desired scale factor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to Scale it by a specific factor without such an AutoLisp routine, not knowing what that's going to mean in terms of a new Height value or a grip-editing distance, then define it into a Block, and change its Z scale factor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There would be cases where only the define-as-Block approach will work, such as if it is the result of a SLICE command.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 15:57:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-scale-problems-cannot-select-individual-axis/m-p/12033921#M34307</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-06-14T15:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Scale Problems - Cannot Select individual Axis.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-scale-problems-cannot-select-individual-axis/m-p/12034031#M34308</link>
      <description>&lt;P&gt;Depending on what you have and what you want to achieve (both we don't know) also the SOLIDEDIT... command perhaps can help you to reach your goal.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 16:39:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-scale-problems-cannot-select-individual-axis/m-p/12034031#M34308</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2023-06-14T16:39:24Z</dc:date>
    </item>
  </channel>
</rss>

