<?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: What is the corresponding .Net API to &amp;quot;Points From Drawing Objects&amp;quot; for Surface? in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/what-is-the-corresponding-net-api-to-quot-points-from-drawing/m-p/11297515#M5199</link>
    <description>&lt;P&gt;Look at the TinSurface.DrawingObjectsDefinition property.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="2022-07-14_7-36-59.png" style="width: 735px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1091739i48E3E927CB526F3D/image-dimensions/735x240?v=v2" width="735" height="240" role="button" title="2022-07-14_7-36-59.png" alt="2022-07-14_7-36-59.png" /&gt;&lt;/span&gt;&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;
&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;
&lt;P&gt;Rebuild recalculates the points defining the surface.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2022 14:39:39 GMT</pubDate>
    <dc:creator>Jeff_M</dc:creator>
    <dc:date>2022-07-14T14:39:39Z</dc:date>
    <item>
      <title>What is the corresponding .Net API to "Points From Drawing Objects" for Surface?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/what-is-the-corresponding-net-api-to-quot-points-from-drawing/m-p/11296801#M5198</link>
      <description>&lt;P&gt;Refer to this screenshot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="mesh surface.JPG" style="width: 614px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1089346i121D0B58FE060209/image-size/large?v=v2&amp;amp;px=999" role="button" title="mesh surface.JPG" alt="mesh surface.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a corresponding .Net API that allows me to "Add Points from Drawing Objects", especially 3D Faces?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also want to "Maintain edges from objects" via the API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't find how this can be done via &lt;A href="https://help.autodesk.com/view/CIV3D/2023/ENU/?guid=4e017e9d-6750-968c-3470-0c4b9dba101a" target="_blank" rel="noopener"&gt;TINSurface&lt;/A&gt; API, any pointers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If such convenient API is not available, then I can only do things manually, which involves&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First adding all the points from the 3D Faces&lt;/LI&gt;&lt;LI&gt;Then &lt;A href="https://help.autodesk.com/view/CIV3D/2023/ENU/?guid=9cff6ee7-dd4a-24d5-6f93-d69ee4eb02d4" target="_blank" rel="noopener"&gt;rebuild&lt;/A&gt; the surface to get the generated edges&lt;/LI&gt;&lt;LI&gt;Compare the generated edge list with the 3D faces edge list, &lt;A href="https://help.autodesk.com/view/CIV3D/2023/ENU/?guid=b9e98a20-2248-8d87-5dcd-5b36b0e7b814" target="_blank" rel="noopener"&gt;delete&lt;/A&gt; the one that is not in the 3D faces edge list, and &lt;A href="https://help.autodesk.com/view/CIV3D/2023/ENU/?guid=4329afd4-a690-ca51-1589-418960a21baa" target="_blank" rel="noopener"&gt;add&lt;/A&gt; in the one that is in the 3D faces edge list.&lt;/LI&gt;&lt;LI&gt;Then I rebuild the surface (?? &lt;A href="https://forums.autodesk.com/t5/civil-3d-forum/what-does-a-surface-become-outdated-and-hence-need-rebuild/td-p/11296781" target="_blank" rel="noopener"&gt;What does a rebuild actually do&lt;/A&gt;, anyway?)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;But this might not be always working, because the 3D Faces may not be a Delaunay triangulation-- Delaunay triangulation must consist of 3D triangles, whereas 3D faces can consist of quadrilateral or other shapes. So as I delete and add edges, I don't know what could be the final outcome of the Surface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a better idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 09:53:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/what-is-the-corresponding-net-api-to-quot-points-from-drawing/m-p/11296801#M5198</guid>
      <dc:creator>soonhui</dc:creator>
      <dc:date>2022-07-14T09:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the corresponding .Net API to "Points From Drawing Objects" for Surface?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/what-is-the-corresponding-net-api-to-quot-points-from-drawing/m-p/11297515#M5199</link>
      <description>&lt;P&gt;Look at the TinSurface.DrawingObjectsDefinition property.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="2022-07-14_7-36-59.png" style="width: 735px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1091739i48E3E927CB526F3D/image-dimensions/735x240?v=v2" width="735" height="240" role="button" title="2022-07-14_7-36-59.png" alt="2022-07-14_7-36-59.png" /&gt;&lt;/span&gt;&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;
&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;
&lt;P&gt;Rebuild recalculates the points defining the surface.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 14:39:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/what-is-the-corresponding-net-api-to-quot-points-from-drawing/m-p/11297515#M5199</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2022-07-14T14:39:39Z</dc:date>
    </item>
  </channel>
</rss>

