<?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 How to Calculate the Volume of 3d Object in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8489115#M155574</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;I've been trying to figure out a way to calculate the volume of the object in the image attached, it is actually the excavation profile and I want to know the volume of excavation.&lt;/P&gt;
&lt;P&gt;Somehow I managed to draw this but now I'm unable to convert this geometry to solid or know it's volume in any other way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Dec 2018 12:44:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-27T12:44:45Z</dc:date>
    <item>
      <title>How to Calculate the Volume of 3d Object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8489115#M155574</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;I've been trying to figure out a way to calculate the volume of the object in the image attached, it is actually the excavation profile and I want to know the volume of excavation.&lt;/P&gt;
&lt;P&gt;Somehow I managed to draw this but now I'm unable to convert this geometry to solid or know it's volume in any other way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 12:44:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8489115#M155574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-27T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate the Volume of 3d Object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8489130#M155575</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; Somehow I managed to draw this but now I'm unable &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; to convert this geometry to solid&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;From the JPG-file we don't know what you have, what objects these are and so why the current geometry can't be converted to a 3D-solid, uploading the DWG-file would be the better option &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; excavation profile&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Are you using plane AutoCAD or Civil 3D?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 12:58:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8489130#M155575</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-12-27T12:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate the Volume of 3d Object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8489351#M155576</link>
      <description>&lt;P&gt;If your 3D model is surfaces and solids you may be able to just add a planar flat surface at the top (ground level) of your model and then use &lt;STRONG&gt;surfsculpt&lt;/STRONG&gt; to create a solid model of the void between the bounding objects.&amp;nbsp; Use &lt;STRONG&gt;massprop&lt;/STRONG&gt; on the resulting solid to get the volume.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:12:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8489351#M155576</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2018-12-27T15:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate the Volume of 3d Object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8489667#M155577</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/822616"&gt;@leeminardi&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;interesting, I did not know about that surfsculpt command. I wonder how well it would handle a civil3d surface, exploded to 3d faces, then bounded by a flat bottom surface, and vertical side "skirts" to close the sides.&lt;/P&gt;
&lt;P&gt;That kind of closed shape is also needed for 3d printing, and you can use the stlout command if you have a solid.&lt;/P&gt;
&lt;P&gt;What I have found so far, is the civil3d surface to solid command, as well as other approaches that do lots of unions on triangle prisms, all fail at about 500k tris.&lt;/P&gt;
&lt;P&gt;So I wrote my own surface to stl prog that creates the tris in memory, then writes the stl out. It bypasses the need for stlout, and an autocad solid.&lt;/P&gt;
&lt;P&gt;So I wonder how many tris the surfsculpt command handles.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 18:18:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8489667#M155577</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2018-12-27T18:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate the Volume of 3d Object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8490218#M155578</link>
      <description>&lt;P&gt;I'm Using plain autocad.&lt;/P&gt;
&lt;P&gt;The dwg file is attached.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 04:48:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8490218#M155578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-28T04:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate the Volume of 3d Object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8490392#M155579</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my steps would be&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;delete all lines and 3D-polylines (or move them away to see what areas are missing)&lt;/LI&gt;
&lt;LI&gt;command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_MESHOPTIONS&lt;/FONT&gt;&lt;/STRONG&gt; ... to convert the polymeshes to create mesh objects (from your "Polyface Mesh" objects)&lt;/LI&gt;
&lt;LI&gt;repair the 2 missing areas creating 3D-faces as replacement&lt;/LI&gt;
&lt;LI&gt;command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_CONVTOSURFACE&lt;/FONT&gt;&lt;/STRONG&gt; (make sure it does not create smoothed surfaces, it should create faceted surfaces)&lt;/LI&gt;
&lt;LI&gt;command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_UNION&lt;/FONT&gt;&lt;/STRONG&gt; to combine these parts to one surface&lt;/LI&gt;
&lt;LI&gt;command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_SURFPATCH&lt;/FONT&gt;&lt;/STRONG&gt; with option &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_CHAIN&lt;/FONT&gt;&lt;/STRONG&gt; to create the cap&lt;/LI&gt;
&lt;LI&gt;command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_SURFSCULPT&lt;/FONT&gt;&lt;/STRONG&gt; to create a 3D-solid from that all&lt;/LI&gt;
&lt;LI&gt;command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_MASSPROP&lt;/FONT&gt;&lt;/STRONG&gt; to get the volume&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F0Uk7F3d7nto%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D0Uk7F3d7nto&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F0Uk7F3d7nto%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="400" height="225" scrolling="no" title="ACADsupp create3DSolidFromPolyfaceMesh 2019 AN01" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 09:36:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8490392#M155579</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-12-28T09:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate the Volume of 3d Object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8490953#M155580</link>
      <description>&lt;P&gt;nice post &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/389680"&gt;@Alfred.NESWADBA&lt;/a&gt;. Definitely 12 worthy!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 16:48:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8490953#M155580</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2018-12-28T16:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate the Volume of 3d Object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8490983#M155581</link>
      <description>&lt;P&gt;Here's another method.&lt;/P&gt;
&lt;P&gt;1. Add the missing surfaces. I used 3dface.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vol1.JPG" style="width: 611px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/585485i364416A909CB7986/image-size/large?v=v2&amp;amp;px=999" role="button" title="vol1.JPG" alt="vol1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. Export the file as an &lt;STRONG&gt;igs&lt;/STRONG&gt; file.&lt;/P&gt;
&lt;P&gt;3. Import the igs file into a blank drawing.&lt;/P&gt;
&lt;P&gt;4. Add a flat planar surface at the top of the imported model.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vol2.JPG" style="width: 965px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/585489i006B158B38DFED81/image-size/large?v=v2&amp;amp;px=999" role="button" title="vol2.JPG" alt="vol2.JPG" /&gt;&lt;/span&gt;5. Use &lt;STRONG&gt;surfsculpt&lt;/STRONG&gt; to create a solid model on a new layer.&lt;/P&gt;
&lt;P&gt;6. Use &lt;STRONG&gt;massprop&lt;/STRONG&gt; to calculate the volume.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 17:01:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-volume-of-3d-object/m-p/8490983#M155581</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2018-12-28T17:01:23Z</dc:date>
    </item>
  </channel>
</rss>

