<?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: Calculate massproperties self created hollow section in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9720989#M96893</link>
    <description>&lt;P&gt;Hip Hip Hooray, I just found out how it works, many thanks everyone.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Aug 2020 14:21:47 GMT</pubDate>
    <dc:creator>gert.valk</dc:creator>
    <dc:date>2020-08-31T14:21:47Z</dc:date>
    <item>
      <title>Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9712969#M96872</link>
      <description>&lt;P&gt;How to calculate&amp;nbsp;massproperties of self created 2D hollow sections in autocad 2020?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 13:51:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9712969#M96872</guid>
      <dc:creator>gert.valk</dc:creator>
      <dc:date>2020-08-26T13:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9713633#M96873</link>
      <description>&lt;P&gt;Convert the 2D shape to a region with the &lt;STRONG&gt;region&lt;/STRONG&gt; or &lt;STRONG&gt;boundary&lt;/STRONG&gt; command then use the &lt;STRONG&gt;massprop&lt;/STRONG&gt; command.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 19:28:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9713633#M96873</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2020-08-26T19:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9714350#M96874</link>
      <description>&lt;P&gt;If I do it your way the result are wrong. For example, if I want to calculate the moment of inertia of a pipe, the values ​​that autocad has calculated do not match with the values ​​in the table at all, if I calculate it manually the results are matching the table. What am I doing wrong in autocad?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 06:39:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9714350#M96874</guid>
      <dc:creator>gert.valk</dc:creator>
      <dc:date>2020-08-27T06:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9714863#M96875</link>
      <description>&lt;P&gt;The table is giving you the mass moment about the shape's centroid while AutoCAD is giving it to you about 0,0,0.&lt;/P&gt;&lt;P&gt;Use massprop to find the centroid then create a UCS at the centroid and execute massprop again.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:38:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9714863#M96875</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2020-08-27T11:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9714987#M96876</link>
      <description>&lt;P&gt;Massprop should actually be giving both the moments of inertia about the x and y centroidal axes through 0,0 AND the principal moments of inertia about its own centroid.&amp;nbsp; It also gives the directions of the principle axes.&amp;nbsp; It just depends on which numbers to pay attention to.&amp;nbsp; For non-circular shapes, the process you described (moving centroid to 0,0 or temporarily moving the ucs to the centroid) would be necessary since the directions of the principal axes wouldn't be parallel to the x and y axis. See below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;Command: MASSPROP

Select objects: 1 found

Select objects:
 ----------------   REGIONS   ----------------

Area:                    12.56637
Perimeter:               12.56637
Bounding box:         X: -2.00000  --  2.00000
                      Y: -2.00000  --  2.00000
Centroid:             X: 0.00000
                      Y: 0.00000
Moments of inertia:   X: 12.56637
                      Y: 12.56637
Product of inertia:  XY: 0.00000
Radii of gyration:    X: 1.00000
                      Y: 1.00000
Principal moments and X-Y directions about centroid:
                      I: 12.56637 along [1.00000 0.00000]
                      J: 12.56637 along [0.00000 1.00000]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 12:37:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9714987#M96876</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2020-08-27T12:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715125#M96877</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/411413"&gt;@dbroad&lt;/a&gt;&amp;nbsp; You are correct.&amp;nbsp; I relied on my failing memory when I thought I had to move the axes to the centroid.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:19:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715125#M96877</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2020-08-27T13:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715185#M96878</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2020-08-27 15_34_19-Window.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/812066iD1EC311F7E92E0C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-08-27 15_34_19-Window.png" alt="2020-08-27 15_34_19-Window.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the results calculated according your advice, it's not correct.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:37:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715185#M96878</guid>
      <dc:creator>gert.valk</dc:creator>
      <dc:date>2020-08-27T13:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715278#M96879</link>
      <description>&lt;P&gt;Are you sure you have a region that includes the hole?&amp;nbsp; Change your visualstyle to conceptual to check. The results I get do agree with hand calculation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 685px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/812083iD95D39C84E64CC21/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:12:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715278#M96879</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2020-08-27T14:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715332#M96880</link>
      <description>Yes&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:28:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715332#M96880</guid>
      <dc:creator>gert.valk</dc:creator>
      <dc:date>2020-08-27T14:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715606#M96881</link>
      <description>&lt;P&gt;At 314016, note that the area you have calculated is the sum of the two circles. The area should be 14042. You have not subtracted the smaller circle from the larger one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 16:24:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715606#M96881</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2020-08-27T16:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715624#M96882</link>
      <description>&lt;P&gt;The most obvious questions are:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Did you draw it accurately according to the dimensions?&lt;/LI&gt;
&lt;LI&gt;To what standard are you comparing it?&lt;/LI&gt;
&lt;LI&gt;What formulas are you using?&lt;/LI&gt;
&lt;LI&gt;Could you have erred in your calculations?&lt;/LI&gt;
&lt;LI&gt;Did you subtract the inner region from the outer region to make the pipe before using massprop?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This is my result, which agrees with&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/822616"&gt;@leeminardi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt; ----------------   REGIONS   ----------------

Area:                    13414.60063
Perimeter:               2682.92013
Bounding box:         X: -218.50000  --  218.50000
                      Y: -218.50000  --  218.50000
Centroid:             X: 0.00000
                      Y: 0.00000
Moments of inertia:   X: 305901522.31017
                      Y: 305901522.31017
Product of inertia:  XY: 0.00000
Radii of gyration:    X: 151.00869
                      Y: 151.00869
Principal moments and X-Y directions about centroid:
                      I: 305901522.31017 along [1.00000 0.00000]
                      J: 305901522.31017 along [0.00000 1.00000]
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the formula for the moment of inertia for a pipe that I use:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="section_square_case_12_clip_image002_0002.jpg" style="width: 68px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/812154i94826B3D42EAAC5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="section_square_case_12_clip_image002_0002.jpg" alt="section_square_case_12_clip_image002_0002.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditordbroad_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;So pi*(437^4-417^4)/64= 305901522.310175, which agrees with above.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 16:44:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9715624#M96882</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2020-08-27T16:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9716579#M96883</link>
      <description>Sorry, I have tried several times as you explained but I keep getting the same wrong result. Maybe it has to do with a variable?&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2020 06:01:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9716579#M96883</guid>
      <dc:creator>gert.valk</dc:creator>
      <dc:date>2020-08-28T06:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9717133#M96884</link>
      <description>&lt;P&gt;Post your drawing. Anything else is a waste of time.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 12:11:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9717133#M96884</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2020-08-28T12:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9717158#M96885</link>
      <description>Succes!&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2020 12:23:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9717158#M96885</guid>
      <dc:creator>gert.valk</dc:creator>
      <dc:date>2020-08-28T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9717165#M96886</link>
      <description>&lt;P&gt;Succes!&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 12:27:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9717165#M96886</guid>
      <dc:creator>gert.valk</dc:creator>
      <dc:date>2020-08-28T12:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9717329#M96887</link>
      <description>&lt;P&gt;See post #10 then change the visualstyle as noted in post #8!&amp;nbsp; To change the visual style give the visualstyles command then select the conceptual option.&amp;nbsp; You should see a ring not a solid disk.&amp;nbsp; USe subtract to subtract the smaller disk from the larger one.&amp;nbsp; It is a bit tricky selecting the smaller disk.&amp;nbsp; Click it at its edge.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 13:39:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9717329#M96887</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2020-08-28T13:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9717446#M96888</link>
      <description>&lt;P&gt;Good.&amp;nbsp; Just as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/822616"&gt;@leeminardi&lt;/a&gt;&amp;nbsp;explained, subtract the inner region from the outer region. Then use massprop.&amp;nbsp; For my calculations, I had used the outside circle diameter as 437 and inside circle as 417 so my numbers will be off from yours anyway.&amp;nbsp; But AutoCAD's massprop will do the calculation correctly given correct input.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 14:36:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9717446#M96888</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2020-08-28T14:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9720201#M96889</link>
      <description>&lt;P&gt;many thanks for your efforts but it doesn't work. I am getting a bit tired of it because I can't subtract the inner circle.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 05:52:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9720201#M96889</guid>
      <dc:creator>gert.valk</dc:creator>
      <dc:date>2020-08-31T05:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9720777#M96890</link>
      <description>&lt;P&gt;First both the outer circle and the inner circle must be regions (which they are in your test file). Second, you should always read the help files concerning whatever command you're having trouble with.&amp;nbsp; Then you should practice with the visual style set to on of the 3d types (conceptual, x-ray, and realistic have the best shading).&amp;nbsp; Practice on something that doesn't matter.&amp;nbsp; For example, draw a box and a cylinder and overlap them.&amp;nbsp; Then practice the subtract command, which is a two step command, requiring two sets of selections.&amp;nbsp; You must select the set of objects to subtract from first. Then you must select the objects representing voids.&amp;nbsp; After you've mastered subtracting, then apply it to the problem at hand.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 12:41:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9720777#M96890</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2020-08-31T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate massproperties self created hollow section</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9720956#M96891</link>
      <description>&lt;P&gt;Thank you very much to everyone for their information, but I am probably too dumb to understand this command. It takes too much time so I will do the calculation manually.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 14:09:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/calculate-massproperties-self-created-hollow-section/m-p/9720956#M96891</guid>
      <dc:creator>gert.valk</dc:creator>
      <dc:date>2020-08-31T14:09:54Z</dc:date>
    </item>
  </channel>
</rss>

