<?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: Looking For A Way To Export Catchment Information to CSV Format in Civil 3D Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9112170#M110901</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5925282" target="_blank"&gt;@hestingjj&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/47135" target="_blank"&gt;@tcorey&lt;/A&gt;&amp;nbsp;mentioned, unfortunately the Catchment object does not have an Area Property, and there is no direct way of tabulating. If you are &lt;STRONG&gt;not&lt;/STRONG&gt; associating the catchment objects to storm structures, some times I consider using Parcels instead just because I can create a table for them.&lt;/P&gt;&lt;P&gt;In any case, my workaround is to Explode the Catchment Labels into Mtext and then perform a data extraction on them.&lt;/P&gt;&lt;P&gt;I strongly dislike exploding things! so I would delete my Mtext and recreate the Civil 3D Catchment Labels once finished with the data extraction.&lt;/P&gt;&lt;P&gt;I have prepared a short Screencast to demonstrate the workflow if you're interested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="iframe-container"&gt;&lt;IFRAME width="640" height="590" src="https://screencast.autodesk.com/Embed/Timeline/2c3ac68f-6cd7-4f5e-ab09-e0ef766242e9" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2019 12:21:57 GMT</pubDate>
    <dc:creator>samir_rezk</dc:creator>
    <dc:date>2019-10-28T12:21:57Z</dc:date>
    <item>
      <title>Looking For A Way To Export Catchment Information to CSV Format</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9110289#M110898</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a C3D file with a bunch of Catchments, and I would like to get the catchment information (Name/area) out of C3D and into an Excel Spreadsheet. Is there a way or some code that can be used to export this catchment information to a CSV filetype? Another option I thought about is if there is a way to create a dynamic table within C3D of all the catchments and their areas. This table could then be exported as needed. Is something like this possible? Thanks in advance for the help!&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 15:01:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9110289#M110898</guid>
      <dc:creator>hestingjj</dc:creator>
      <dc:date>2019-10-26T15:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Looking For A Way To Export Catchment Information to CSV Format</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9110455#M110899</link>
      <description>&lt;P&gt;You can export catchment areas along with the flow paths etc... to SSA for analysis. That's the only option I'm aware of without additional programming with lisp or .Net&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 19:07:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9110455#M110899</guid>
      <dc:creator>rl_jackson</dc:creator>
      <dc:date>2019-10-26T19:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Looking For A Way To Export Catchment Information to CSV Format</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9111371#M110900</link>
      <description>&lt;P&gt;This wouldn't be difficult with LISP. Using the LISP, it would have to explode the object down to a polyline, so the vertices 2d coordinates could be captured and then an area calculated. The Catchment object has neither an area property nor a coordinates property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post a drawing and I will see what I can come up with for you...&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 22:14:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9111371#M110900</guid>
      <dc:creator>tcorey</dc:creator>
      <dc:date>2019-10-27T22:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Looking For A Way To Export Catchment Information to CSV Format</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9112170#M110901</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5925282" target="_blank"&gt;@hestingjj&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/47135" target="_blank"&gt;@tcorey&lt;/A&gt;&amp;nbsp;mentioned, unfortunately the Catchment object does not have an Area Property, and there is no direct way of tabulating. If you are &lt;STRONG&gt;not&lt;/STRONG&gt; associating the catchment objects to storm structures, some times I consider using Parcels instead just because I can create a table for them.&lt;/P&gt;&lt;P&gt;In any case, my workaround is to Explode the Catchment Labels into Mtext and then perform a data extraction on them.&lt;/P&gt;&lt;P&gt;I strongly dislike exploding things! so I would delete my Mtext and recreate the Civil 3D Catchment Labels once finished with the data extraction.&lt;/P&gt;&lt;P&gt;I have prepared a short Screencast to demonstrate the workflow if you're interested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="iframe-container"&gt;&lt;IFRAME width="640" height="590" src="https://screencast.autodesk.com/Embed/Timeline/2c3ac68f-6cd7-4f5e-ab09-e0ef766242e9" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 12:21:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9112170#M110901</guid>
      <dc:creator>samir_rezk</dc:creator>
      <dc:date>2019-10-28T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Looking For A Way To Export Catchment Information to CSV Format</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9118287#M110902</link>
      <description>&lt;P&gt;If you were to consider third party add-ons, &lt;A title="Productivity Tools for Civil3D" href="http://www.dotsoft.com/c3dtools.htm" target="_blank" rel="noopener"&gt;DotSoft's C3DTools&lt;/A&gt; now includes a Catchment Report tool.&amp;nbsp; Currently includes 18 fields (including name/area) that become the columns that can be arranged as desired.&amp;nbsp; A single click sends the content to Excel, Word, AutoCAD table (or mtext), etc.&amp;nbsp; Also includes information on flow lines, collected labels and more.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SurCatRep.png" style="width: 714px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/693099i3E117721B80F4E59/image-size/large?v=v2&amp;amp;px=999" role="button" title="SurCatRep.png" alt="SurCatRep.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Existing users run the &lt;EM&gt;Check for Updates&lt;/EM&gt; tool.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 20:37:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9118287#M110902</guid>
      <dc:creator>TerryDotson</dc:creator>
      <dc:date>2019-10-30T20:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Looking For A Way To Export Catchment Information to CSV Format</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9119740#M110903</link>
      <description>&lt;P&gt;To avoid needing to re-create your Catchment Labels, you could copy the drawing, and then explode and extract from the copy.&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 13:24:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/9119740#M110903</guid>
      <dc:creator>tcorey</dc:creator>
      <dc:date>2019-10-31T13:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Looking For A Way To Export Catchment Information to CSV Format</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/13816340#M260462</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello from 2025.&lt;BR /&gt;While navigating through the content of creating lists of catchment areas for export, I found this question and manual solutions to export the information.&lt;BR /&gt;Using the Project Explorer, you can access the tabulated information of the area groups to copy it from the clipboard to an Excel file.&lt;BR /&gt;I found this quick solution to have the information about the areas readily available.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 14:25:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/13816340#M260462</guid>
      <dc:creator>wperez9HQJ8</dc:creator>
      <dc:date>2025-09-18T14:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Looking For A Way To Export Catchment Information to CSV Format</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/13816405#M260463</link>
      <description>&lt;P&gt;Indeed, Project Explorer has opened up new Civil 3D reporting opportunities since 2019.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 15:12:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/looking-for-a-way-to-export-catchment-information-to-csv-format/m-p/13816405#M260463</guid>
      <dc:creator>tcorey</dc:creator>
      <dc:date>2025-09-18T15:12:01Z</dc:date>
    </item>
  </channel>
</rss>

