<?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: create surface from points in Civil 3D Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664462#M65302</link>
    <description>&lt;P&gt;with replace from note pad. exactly as udo_huebner said above&lt;/P&gt;</description>
    <pubDate>Mon, 04 Oct 2021 07:52:47 GMT</pubDate>
    <dc:creator>alexandru.murariu1989</dc:creator>
    <dc:date>2021-10-04T07:52:47Z</dc:date>
    <item>
      <title>create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664334#M65293</link>
      <description>&lt;P&gt;Hell sir,&lt;/P&gt;&lt;P&gt;i have the following table saved as cvs file. i can't import the points to make the surface, because it doesn't recognize the format. where am i wrong?&lt;/P&gt;&lt;P&gt;Ty !&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 06:35:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664334#M65293</guid>
      <dc:creator>alexandru.murariu1989</dc:creator>
      <dc:date>2021-10-04T06:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664368#M65294</link>
      <description>&lt;P&gt;Hi Alexandru,&lt;BR /&gt;Your CSV file has some formatting problems:&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;#Name;#x;#y;#z&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;673;574.990.385;711.629.265;119.71&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;691;575.025.266;711.634.457;121.10&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;703;575.043.269;711.651.261;122.41&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;728;575.080.530;711.657.077;123.18&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;743;575.122.189;711.684.350;124.90&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;You'll need to change those to:&lt;BR /&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;673,574990.385,711629.265,119.71&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 06:49:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664368#M65294</guid>
      <dc:creator>Pointdump</dc:creator>
      <dc:date>2021-10-04T06:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664392#M65295</link>
      <description>&lt;P&gt;ty sir!&lt;/P&gt;&lt;P&gt;can they change automatically? or does everything have to be done manually?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:05:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664392#M65295</guid>
      <dc:creator>alexandru.murariu1989</dc:creator>
      <dc:date>2021-10-04T07:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664402#M65296</link>
      <description>&lt;P&gt;Alexandru,&lt;BR /&gt;I don't think there's a way to change the lines easily, either in a word processor or Excel. That's a lot of lines to change manually. Where did you get this file from originally?&lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:11:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664402#M65296</guid>
      <dc:creator>Pointdump</dc:creator>
      <dc:date>2021-10-04T07:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664407#M65297</link>
      <description>&lt;P&gt;You have to remove the additional dot as thousands separator.&lt;/P&gt;
&lt;P&gt;This can be done easily with Search &amp;amp; Replace using Notepad.exe or another texteditor.&lt;/P&gt;
&lt;P&gt;Replace&amp;nbsp;";575." with ";575" ";711." with ";711" and so on for 7 times, than your CSV file is prepared for import.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:37:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664407#M65297</guid>
      <dc:creator>Udo_Huebner</dc:creator>
      <dc:date>2021-10-04T07:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664419#M65298</link>
      <description>&lt;P&gt;Hi Udo,&lt;BR /&gt;There are 4800 lines in Alexandru's CSV file. I don't think there's any easy way to Search and Replace. &lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:22:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664419#M65298</guid>
      <dc:creator>Pointdump</dc:creator>
      <dc:date>2021-10-04T07:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664425#M65299</link>
      <description>&lt;P&gt;I managed to replace it. I mean I hope I succeeded. I attach the file, is it ok? I still can't import the points&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:28:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664425#M65299</guid>
      <dc:creator>alexandru.murariu1989</dc:creator>
      <dc:date>2021-10-04T07:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664437#M65300</link>
      <description>&lt;P&gt;Alexandru,&lt;BR /&gt;Your new CSV file will work. You just need to change the Semicolon to a Comma or define the Semicolon as a Separator in your Point File Format.&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;673;574990.385;711629.265;119.71&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;691;575025.266;711634.457;121.10&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;703;575043.269;711651.261;122.41&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;728;575080.530;711657.077;123.18&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;I've got to know. How did you change it so quickly?&lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:35:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664437#M65300</guid>
      <dc:creator>Pointdump</dc:creator>
      <dc:date>2021-10-04T07:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664453#M65301</link>
      <description>&lt;P&gt;Depending on your Civil version you have to save your UTF encoded Textfile as ANSI first.&lt;/P&gt;
&lt;P&gt;Anyway, if you import my CSV file uploaded above, you will get the following DWG import.&lt;/P&gt;
&lt;P&gt;I used point names instead of point numbers for the import, because your text has some point names with letters in the first column. And some point names are used multiple times, I then had Civil replace those names with an automatic name.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:53:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664453#M65301</guid>
      <dc:creator>Udo_Huebner</dc:creator>
      <dc:date>2021-10-04T07:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664462#M65302</link>
      <description>&lt;P&gt;with replace from note pad. exactly as udo_huebner said above&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:52:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664462#M65302</guid>
      <dc:creator>alexandru.murariu1989</dc:creator>
      <dc:date>2021-10-04T07:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664467#M65303</link>
      <description>&lt;P&gt;I didn't understand how you did it. but thank you. maybe you could please make a video to understand if it's not too much trouble.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:55:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664467#M65303</guid>
      <dc:creator>alexandru.murariu1989</dc:creator>
      <dc:date>2021-10-04T07:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: create surface from points</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664494#M65304</link>
      <description>&lt;P&gt;&lt;STRONG&gt;The&amp;nbsp; Civil Command _IMPORTPOINTS still cannot handle UTF-8 encoded texfiles in recent versions.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To avoid problems, open CSV in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Notepad and Save As with Encoding:&amp;nbsp;ANSI&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(selectable in SaveAs file dialog)&lt;/P&gt;
&lt;P&gt;Finally use&amp;nbsp; _IMPORTPONTS in Civil 3D.&lt;/P&gt;
&lt;P&gt;You will first need to create a suitable point import format for your separator and point names with characters. I have done this in the attached drawing. I have named the point format "NRHZ (comma separated) UH".&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 08:05:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/create-surface-from-points/m-p/10664494#M65304</guid>
      <dc:creator>Udo_Huebner</dc:creator>
      <dc:date>2021-10-04T08:05:05Z</dc:date>
    </item>
  </channel>
</rss>

