<?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: -ARRAY how to calculate MAXARRAY value in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230305#M6042</link>
    <description>thanks a lots, about the case in polar array: i not enter any value for number of items. Just pressing enter immediately and it will get value none. Then i just choose the angle to fill and angle between items, how it calculate now?</description>
    <pubDate>Thu, 26 Dec 2024 07:45:27 GMT</pubDate>
    <dc:creator>nam_h_tran</dc:creator>
    <dc:date>2024-12-26T07:45:27Z</dc:date>
    <item>
      <title>-ARRAY how to calculate MAXARRAY value</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230220#M6040</link>
      <description>&lt;P&gt;In -ARRAY command, i can set the MAXARRAY value lower to decrease the value of array can create.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanna know the formula to calculate when input value to create array. We have both polar array and rectangular array and seem like it calculate different.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Polar about: input number of items in array. But if in case i just press Enter, it will going to: angle to fill and angle between items. I wanna know the formula to calculate in this case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rectanglar: (number of columns * number of row) * number of selected objects- number of selected objects.&lt;/P&gt;&lt;P&gt;I wanna know the formula to calculate this.&lt;/P&gt;&lt;P&gt;Thanks alot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 06:53:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230220#M6040</guid>
      <dc:creator>nam_h_tran</dc:creator>
      <dc:date>2024-12-26T06:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: -ARRAY how to calculate MAXARRAY value</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230261#M6041</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In AutoCAD, the MAXARRAY system variable sets the maximum number of items that can be created in an array. If the number of items in your array exceeds this limit, AutoCAD will not allow the operation.&lt;/P&gt;
&lt;P&gt;To calculate the total number of items in an array and ensure it does not exceed the maxarray limit, you can use the following formulas based on the type of array:&lt;/P&gt;
&lt;H3&gt;&lt;FONT size="3"&gt;1. &lt;STRONG&gt;Rectangular Array&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Formula&lt;/STRONG&gt;:&lt;/P&gt;
&lt;SPAN class="katex-display"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;Total&amp;nbsp;Items=(Rows)×(Columns)×(Levels)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Rows&lt;/STRONG&gt;: Number of rows in the array.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Columns&lt;/STRONG&gt;: Number of columns in the array.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Levels&lt;/STRONG&gt;: Number of levels (3D array; set to 1 for 2D arrays).&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;:&lt;BR /&gt;If you set 10 rows, 10 columns, and 2 levels:&lt;/P&gt;
&lt;SPAN class="katex-display"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;Total&amp;nbsp;Items=10×10×2=200&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;Ensure this value does not exceed the maxarray&lt;CODE&gt;&lt;/CODE&gt;value.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;FONT size="3"&gt;2. &lt;STRONG&gt;Polar Array&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Formula&lt;/STRONG&gt;:&lt;/P&gt;
&lt;SPAN class="katex-display"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;Total&amp;nbsp;Items=Number&amp;nbsp;of&amp;nbsp;Items&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;This is simply the total number of items distributed around the specified center point.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;:&lt;BR /&gt;If you specify 36 items in the array:&lt;/P&gt;
&lt;SPAN class="katex-display"&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;Total&amp;nbsp;Items=36&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If the calculated &lt;STRONG&gt;Total Items&lt;/STRONG&gt; exceeds the value of maxarray, AutoCAD will stop the operation and display an error.&lt;/LI&gt;
&lt;LI&gt;You can adjust maxarray by typing the variable name and entering a higher or lower value, depending on your needs and system capacity.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 07:12:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230261#M6041</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2024-12-26T07:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: -ARRAY how to calculate MAXARRAY value</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230305#M6042</link>
      <description>thanks a lots, about the case in polar array: i not enter any value for number of items. Just pressing enter immediately and it will get value none. Then i just choose the angle to fill and angle between items, how it calculate now?</description>
      <pubDate>Thu, 26 Dec 2024 07:45:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230305#M6042</guid>
      <dc:creator>nam_h_tran</dc:creator>
      <dc:date>2024-12-26T07:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: -ARRAY how to calculate MAXARRAY value</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230323#M6043</link>
      <description>&lt;P&gt;Would you elaborate more the last issue please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 08:20:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230323#M6043</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2024-12-26T08:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: -ARRAY how to calculate MAXARRAY value</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230329#M6044</link>
      <description>about this case in -ARRAY command:&lt;BR /&gt;choose polar&lt;BR /&gt;choose center point&lt;BR /&gt;Enter the number in array: just press enter, don't input anything&lt;BR /&gt;Then it move to: specify the angle to fill: enter value normally&lt;BR /&gt;angle between items: enter value normally&lt;BR /&gt;Rotate array: choose y/n normally.</description>
      <pubDate>Thu, 26 Dec 2024 08:27:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230329#M6044</guid>
      <dc:creator>nam_h_tran</dc:creator>
      <dc:date>2024-12-26T08:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: -ARRAY how to calculate MAXARRAY value</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230342#M6045</link>
      <description>&lt;P&gt;If you don't put the number of items as you said .. AutoCAD will continue the command depending on&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Angle between items:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now if you don't put any angle .. AutoCAD will NOT continue the command :&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Requires valid numeric angle or second point.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So... If there is NO input for number of items AutoCAD will not finish the command without the angle. Also If you enter a value for&amp;nbsp;number of items .. AutoCAD will NOT ask for the angle between items.&lt;/P&gt;
&lt;P&gt;Click on below image to see what i mean..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="-Arr.gif" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1449167iE25F5FC9A52F06E1/image-size/small?v=v2&amp;amp;px=200" role="button" title="-Arr.gif" alt="-Arr.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 08:46:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230342#M6045</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2024-12-26T08:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: -ARRAY how to calculate MAXARRAY value</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230380#M6046</link>
      <description>a. In angle between items case. When i choose angle to fill 360 and angle betweens items is 80, it drawing about 4 objects. But with 359 and 80 it will drawing 5 objects.</description>
      <pubDate>Thu, 26 Dec 2024 09:48:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/array-how-to-calculate-maxarray-value/m-p/13230380#M6046</guid>
      <dc:creator>nam_h_tran</dc:creator>
      <dc:date>2024-12-26T09:48:03Z</dc:date>
    </item>
  </channel>
</rss>

