<?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 a tangent without curves using the API in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11801677#M3984</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13560584"&gt;@daniel_rosell_moreno&lt;/a&gt;&amp;nbsp;As I have previously said, you need to get the elevation of the existing ground at the midpoint of the alignment, then use that station/elevation for the end of the first tangent and the start of the second tangent. The sample code by&amp;nbsp;@Anonymous&amp;nbsp;only has one tangent as your image shows. It is up to you to modify the code to create the first tangent where you want it and to add the second tangent.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2023 15:22:45 GMT</pubDate>
    <dc:creator>Jeff_M</dc:creator>
    <dc:date>2023-03-06T15:22:45Z</dc:date>
    <item>
      <title>create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11784099#M3970</link>
      <description>&lt;P&gt;Good morning, I've been trying all morning to find a way to do the following using the API:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I have a profile view with 1 surfaces&lt;/LI&gt;&lt;LI&gt;I select the profile view and select "profile creation tools"&lt;/LI&gt;&lt;LI&gt;I leave the default settings and press accept&lt;/LI&gt;&lt;LI&gt;The tools appear and I select "Draw tangent without curves"&lt;/LI&gt;&lt;LI&gt;I select the points at which I want the tangent to be created (which coincide with the intersection of the surface with some vertical lines of the profile view)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I have something like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de pantalla 2023-02-27 123837.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1181840i8C164702C87628FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura de pantalla 2023-02-27 123837.png" alt="Captura de pantalla 2023-02-27 123837.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is if the API is capable of doing that?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 11:39:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11784099#M3970</guid>
      <dc:creator>daniel_rosell_moreno</dc:creator>
      <dc:date>2023-02-27T11:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11784785#M3971</link>
      <description>I'm not quite sure what you are asking. The API allows you to create a profile with tangents based on station and elevation.</description>
      <pubDate>Mon, 27 Feb 2023 15:23:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11784785#M3971</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2023-02-27T15:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11784831#M3972</link>
      <description>&lt;P&gt;You can query the existing ground profile at specific stations for the elevation which can then be used to create the tangents.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 15:35:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11784831#M3972</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2023-02-27T15:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11785384#M3973</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13560584"&gt;@daniel_rosell_moreno&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you attached example drawing for your ideas&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 19:03:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11785384#M3973</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-02-27T19:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11786828#M3974</link>
      <description>&lt;P&gt;I attach a small video showing what I want to do&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6321363758112w960h540r102" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6321363758112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6321363758112w960h540r102');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6321363758112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your answers&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 08:48:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11786828#M3974</guid>
      <dc:creator>daniel_rosell_moreno</dc:creator>
      <dc:date>2023-02-28T08:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11787034#M3975</link>
      <description>&lt;P&gt;HI &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13560584"&gt;@daniel_rosell_moreno&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CAN YOU SEE THIS&amp;nbsp; WRITE BY&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3845169"&gt;@lu_an_jie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;/// https://forums.autodesk.com/t5/civil-3d-customization/creating-profile-from-file/m-p/8187626

public static void CreateProfileNoSurface(Alignment oAlignment)
        {
            CivilDocument civDoc = CivilApplication.ActiveDocument;

            using (Transaction ts = Application.DocumentManager.MdiActiveDocument.Database.TransactionManager.StartTransaction())
            {

                // use the same layer as the alignment
                ObjectId layerId = oAlignment.LayerId;

                // get the standard style and label set 
                // these calls will fail on templates without a style named "Standard"
                ObjectId styleId = civDoc.Styles.ProfileStyles["Standard"];
                ObjectId labelSetId = civDoc.Styles.LabelSetStyles.ProfileLabelSetStyles["Standard"];

                // create a new empty profile
                ObjectId oProfileId = Profile.CreateByLayout("MyProfile", oAlignment.Id, layerId, styleId, labelSetId);

                // Now add the entities that define the profile.
                Profile oProfile = ts.GetObject(oProfileId, OpenMode.ForRead) as Profile;

                Point2d startPoint = new Point2d(oAlignment.StartingStation, 40);
                Point2d endPoint = new Point2d(oAlignment.EndingStation, -70);
                ProfileTangent oTangent1 = oProfile.Entities.AddFixedTangent(startPoint, endPoint);

                ts.Commit();
            }
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 10:39:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11787034#M3975</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-02-28T10:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11787219#M3976</link>
      <description>Lo acabo de ver y probar el codigo que me has pasado y consigue hacer los extremos pero no los puntos intermedios &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Gracias de todos modos</description>
      <pubDate>Tue, 28 Feb 2023 12:04:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11787219#M3976</guid>
      <dc:creator>daniel_rosell_moreno</dc:creator>
      <dc:date>2023-02-28T12:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11787863#M3977</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13560584"&gt;@daniel_rosell_moreno&lt;/a&gt;&amp;nbsp;The code&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6591997"&gt;@hosneyalaa&lt;/a&gt;&amp;nbsp;posted is an example of how to create a profile. It was not meant to be a solution to what you asked. Take that code and add the missing parts by finding the elevation at the midpoint of the alignment and use that for the end of the first segment and the start of the last segment.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 15:44:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11787863#M3977</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2023-02-28T15:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11787987#M3978</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As explained &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/32637"&gt;@Jeff_M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You must make changes to the code As you want&lt;/P&gt;&lt;P&gt;And if you encounter a problem&lt;/P&gt;&lt;P&gt;You should attach some code And an example drawing&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 16:20:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11787987#M3978</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-02-28T16:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11789864#M3979</link>
      <description>&lt;P&gt;ok, i thing i have already have the tangent, but, how i&amp;nbsp; show the tangent in the profile view?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 10:28:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11789864#M3979</guid>
      <dc:creator>daniel_rosell_moreno</dc:creator>
      <dc:date>2023-03-01T10:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11791183#M3980</link>
      <description>If there is a ProfileView existing for the alignment, the new profile will automatically be displayed in it.</description>
      <pubDate>Wed, 01 Mar 2023 18:53:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11791183#M3980</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2023-03-01T18:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11799266#M3981</link>
      <description>&lt;P&gt;Ok already works, thanks for your help&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 09:51:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11799266#M3981</guid>
      <dc:creator>daniel_rosell_moreno</dc:creator>
      <dc:date>2023-03-05T09:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11801133#M3982</link>
      <description>&lt;P&gt;anyway, the previous instruction creates a profile for me that follows the tangent, but it is not a tangent as such.&lt;BR /&gt;In image 1, you see the type of tangent I want, which you can move its central vertex independently of the extremes. It also shows its slope.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="daniel_rosel_0-1678104891695.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1185003iAA11A89E6A34A65D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="daniel_rosel_0-1678104891695.png" alt="daniel_rosel_0-1678104891695.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the image 2 is the tangent that I have created using the code of &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3845169"&gt;@lu_an_jie&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="daniel_rosel_1-1678104979535.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1185006i1FF4A685C4F3F006/image-size/medium?v=v2&amp;amp;px=400" role="button" title="daniel_rosel_1-1678104979535.png" alt="daniel_rosel_1-1678104979535.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 12:16:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11801133#M3982</guid>
      <dc:creator>daniel_rosell_moreno</dc:creator>
      <dc:date>2023-03-06T12:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11801393#M3983</link>
      <description>&lt;P&gt;Just look at the API documentation under&amp;nbsp;&lt;SPAN&gt;ProfileEntityCollection Members and you will find all possibilities for adding entities to your profile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adding the entities should reflect your manual workflow, first add the two fixed tangents with start- and endpoint for the straight entities and then you can use AddFreeCircularCurve to connect. Before you can do this, you may need to calculate and add the intersecting point of your fixed elements and add to the profile with AddPVI, AddCircularCurve has three different version for creating curve based on PassTroughPoint, Length or Radius.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You need o provide a clearer description of your process and goals.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andreas (aka lu_an_jie)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 17:51:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11801393#M3983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-06T17:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11801677#M3984</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13560584"&gt;@daniel_rosell_moreno&lt;/a&gt;&amp;nbsp;As I have previously said, you need to get the elevation of the existing ground at the midpoint of the alignment, then use that station/elevation for the end of the first tangent and the start of the second tangent. The sample code by&amp;nbsp;@Anonymous&amp;nbsp;only has one tangent as your image shows. It is up to you to modify the code to create the first tangent where you want it and to add the second tangent.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 15:22:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11801677#M3984</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2023-03-06T15:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11801879#M3985</link>
      <description>&lt;P&gt;Can you attached example drawing&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 16:31:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11801879#M3985</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-03-06T16:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11802105#M3986</link>
      <description>I think, the workflow is:&lt;BR /&gt;1. Create two fixed tangents,&lt;BR /&gt;2. Calculate the POI for the curve and add it to profile&lt;BR /&gt;3. Add FreeCurveByPOIand Radius (or Length or PassThruPoint)&lt;BR /&gt;&lt;BR /&gt;I am not aware about any API function that just take two entities and a radius. Do you a better approach?</description>
      <pubDate>Mon, 06 Mar 2023 17:55:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11802105#M3986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-06T17:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11802246#M3987</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;The OP is not trying to add a vertical curve, that I can tell. Just merely 2 tangents with the grade break at the middle of the alignment and at the elevation of the EG at that point.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another way to do this, create the Profile, add the Start PI, End PI and Middle PI.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 18:41:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11802246#M3987</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2023-03-06T18:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: create a tangent without curves using the API</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11809225#M3988</link>
      <description>&lt;P&gt;in the end the error was my fault, sorry for the inconvenience&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 08:06:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/create-a-tangent-without-curves-using-the-api/m-p/11809225#M3988</guid>
      <dc:creator>daniel_rosell_moreno</dc:creator>
      <dc:date>2023-03-09T08:06:39Z</dc:date>
    </item>
  </channel>
</rss>

