<?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: Improving Section.SectionPoints() in API. in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5510405#M16090</link>
    <description>&lt;P&gt;sorry, I was confused. In SectionSources, for a "CorridorSurface" type, the name is exactly equal that the surface name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Is only different in the dialog form to add or remove sources.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2015 22:40:05 GMT</pubDate>
    <dc:creator>joantopo</dc:creator>
    <dc:date>2015-02-17T22:40:05Z</dc:date>
    <item>
      <title>Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5506511#M16082</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I don´t like how Section.SectionPoints( ) works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have sample lines with, for example,&amp;nbsp;&amp;nbsp;a width =50 meters in each side, I always get a SectionPoint in offset -50 meters and 50 meters, it means, in the extrems of the sample line, although &amp;nbsp;my surface boundary was narrower. Those&amp;nbsp;SectionPoints, in offset -50 and 50 will have elevation 0.&lt;/P&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;I have a method to erase all SectionPoints with elevation=0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second trouble.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I create a new surface and copy another TinSurface, If we add a boundary within this new surface, and I get Section.SectionPoint(), I get Sectionpoints(converted to coordinates x,y in plant) outside the surface outer boundary!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I think this method should be overloaded like : &lt;STRONG&gt;&amp;nbsp;Section.SectionPoints (bool IncludeInvisible).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TinSurfaces objects have TinSurface.GetTriangles(bool IncludeInvisible).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To avoid this scenario, I have to check every SectionPoint if it is inside the surface but is a process very very slow. It takes a long time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 15:37:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5506511#M16082</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2015-02-13T15:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5506669#M16083</link>
      <description>&lt;P&gt;Look at this sample:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have surface A.&lt;/P&gt;&lt;P&gt;I create surface B and copy surface A to surface B.&lt;/P&gt;&lt;P&gt;I add a boundary surface in surface B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sources added in Sample Line Group: only surface B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample lines with width= 35 meters in left side and right side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I get all section Points of Station 0.000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(station &amp;nbsp;offset elevation):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;0.000 -35.000 442.055
0.000 -28.414 441.935
0.000 -25.619 441.988
0.000 -25.573 441.989
0.000 -25.535 441.990
0.000 -25.471 441.991
0.000 -25.345 441.994
0.000 -24.986 442.000
0.000 -23.023 442.038
&lt;STRONG&gt;0.000 -15.209 441.805
0.000 -4.200 441.477
0.000 -4.200 441.477
0.000 -3.600 441.459
0.000 0.000 441.351
0.000 3.600 441.244
0.000 4.200 441.226
0.000 4.200 441.226
0.000 16.517 440.859&lt;/STRONG&gt;&lt;BR /&gt;0.000 35.000 440.307&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and now, look at this section in the SectionView:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="section.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/154040i75BCE20F8CAF212D/image-size/original?v=mpbl-1&amp;amp;px=-1" title="section.jpg" border="0" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &amp;nbsp;properly SectionPoints (like the section in drawing) must be only the numbers in bold of&amp;nbsp;the list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 16:58:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5506669#M16083</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2015-02-13T16:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5507847#M16084</link>
      <description>&lt;P&gt;If I select the selection and later y use "List" command prompt, look at the command line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="img2.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/154216i81B81AFC09CAFCFF/image-size/original?v=mpbl-1&amp;amp;px=-1" title="img2.jpg" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I changed the elevations (though the offsets are the same).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the list are showed properly. It ignores the external points in the sample line.&lt;/P&gt;&lt;P&gt;It says: total vertex= 11, although we only want 9 vertex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in the list always appears the intemediate points (intermediate points with the same grade &amp;nbsp;between to vertex).&lt;/P&gt;&lt;P&gt;For example, the section drawing only is 2 vertex, the rest of them (7 vertex) are intermediate points.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the SectionPoints() method should have&amp;nbsp;2 parameters:&lt;STRONG&gt; &amp;nbsp;SectionPoints (bool IncludeVertexOutSection , bool IncludeIntermediateVertex)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Feb 2015 17:20:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5507847#M16084</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2015-02-15T17:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5508748#M16085</link>
      <description>&lt;P&gt;Hello (Hola?) Joantopo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some samplelinegroups with several samplelines with some sections (some TIN surfaces) and now I am trying to create a txt (or excel) file with all&amp;nbsp;sections vertex.&lt;/P&gt;&lt;P&gt;Programmatically I managed to get the sampleline groups, samplelines and sections. But I can’t get the section surface name in th Autodesk.Civil.DatabaseServices.Section properties.&lt;/P&gt;&lt;P&gt;Basically, I can get the section.sectionpoints but I still don’t know from what surface they are.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 17:04:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5508748#M16085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T17:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5508801#M16086</link>
      <description>&lt;P&gt;Solved!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found your older&amp;nbsp;post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-civil-3d-customization/sourceid-or-source-name-from-section/m-p/4700079/highlight/true#M8393" target="_blank"&gt;http://forums.autodesk.com/t5/autocad-civil-3d-customization/sourceid-or-source-name-from-section/m-p/4700079/highlight/true#M8393&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and modified:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;For Each oSectionID As ObjectId In oSampleLine.GetSectionIds
  Dim oSection As Autodesk.Civil.DatabaseServices.Section = oTrans.GetObject(oSectionID, OpenMode.ForRead)
  Dim oSectionObject As Object = oSection.AcadObject
  Dim oSurfaceObject As Object = oSectionObject.GetType().InvokeMember("Surface", Reflection.BindingFlags.GetProperty, Nothing, oSectionObject, Nothing)
  Dim oSurface As Autodesk.Civil.DatabaseServices.Surface = Autodesk.Civil.DatabaseServices.DBObject.FromAcadObject(oSurfaceObject).GetObject(OpenMode.ForRead)
Next&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 17:46:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5508801#M16086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T17:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5508811#M16087</link>
      <description>&lt;P&gt;Le tienes que dar las gracias a Jeff.&lt;/P&gt;&lt;P&gt;Yo tengo ese comando en mi programa.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://apps.exchange.autodesk.com/CIV3D/es/Detail/Index?id=appstore.exchange.autodesk.com%3Avisornet_windows32and64%3Aes" target="_blank"&gt;https://apps.exchange.autodesk.com/CIV3D/es/Detail/Index?id=appstore.exchange.autodesk.com%3Avisornet_windows32and64%3Aes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Al final, he hecho un método sobrecargado de SectionPoints que elimina los puntos intermedios (que tienen la misma pendiente) y también elimina los puntos que quedan fuera de la superficie.&lt;/P&gt;&lt;P&gt;Para eliminar los puntos que quedan fuera de la superficie, lo puedes hacer de 2 maneras.&lt;/P&gt;&lt;P&gt;1) obtener el borde de superficie y crear una región (MPolygon) y comprobar si el punto (x,y) en planta queda dentro de la región.&lt;/P&gt;&lt;P&gt;2) a partir de la superficie, usar un método que es para obtener la elevación de un punto de la superfície, haciendo un (try /catch), si dá error es que no tiene elevación y entonces ignoras ese punto.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;En mi programa doy a elegir si usar el método 1 o el método 2, puesto que el método 2, de checkear las elevaciones de superficie, se hace muy lento si tiene que hacerlo para muchos puntos... (en realidad, es la queja de este post, porque yo el comando ya lo tengo operativo).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Saludos.&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;PRE&gt;We have to thank Jeff.
I have that command in my program.
In the end, I made an overloaded method SectionPoints eliminating intermediate points (which have the same slope) and also eliminates the points that are outside the surface.
To remove the points that are outside the area, you can do it in 2 ways.
1) to obtain the edge and create a surface region (MPolygon) and check if the point (x, y) on the ground is within the region.
2) from the surface, using a method that is for the elevation of a point on the surface, making a (try / catch), if it gives error is that no lifting and then ignore that point.
Greetings.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 18:03:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5508811#M16087</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2015-02-16T18:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5508849#M16088</link>
      <description>&lt;P&gt;Entonces doy las gracias a los dos &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, I thank you both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autodesk should improve (a lot) the sections API, even more when dealing with corridor sections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Saludos,&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 18:29:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5508849#M16088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T18:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5509925#M16089</link>
      <description>&lt;P&gt;Take care&amp;nbsp;with this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your aim is getting the Surface Id from a Section, you will need to check the surface name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 3 types of Section.Sources.. (SourceType):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* TinSurface.&lt;/P&gt;&lt;P&gt;* CorridorSurface ( corridor surface is also a TINSurface but it is provided from a corridor).&lt;/P&gt;&lt;P&gt;* Corridor &amp;nbsp;(it will be the Corridor Sections).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to calculate the (offset,elevation) points you don´t have to find out the surface id or surface name. (surface name is not the same that "section source name")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In general, section source name is the same string value that surface name, except if the SectionType is "CorridorSurface". In that case is a composite word (Corridor Name + Surface Name).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don´t know if we can edit that prefix in the Civil 3D User Interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at this screenshoot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="img3.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/154446i07D61C0B35594362/image-size/original?v=mpbl-1&amp;amp;px=-1" title="img3.jpg" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For TinSurface type, the name is equal for "surface name" and "section source name".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 16:31:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5509925#M16089</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2015-02-17T16:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5510405#M16090</link>
      <description>&lt;P&gt;sorry, I was confused. In SectionSources, for a "CorridorSurface" type, the name is exactly equal that the surface name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Is only different in the dialog form to add or remove sources.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 22:40:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5510405#M16090</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2015-02-17T22:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5517040#M16091</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just seen that we don´t have to check if the SectionPoint is inside or outside the surface with a particular method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can check it with &lt;STRONG&gt;Section.LeftOffset&lt;/STRONG&gt; and &lt;STRONG&gt;Section.RightOffset&lt;/STRONG&gt; properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if some sectionPoint is bigger than them, then we ignore it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG title="img2.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/155317iD390594CF6AF7017/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="img2.jpg" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2015 16:43:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5517040#M16091</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2015-02-23T16:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Section.SectionPoints() in API.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5517578#M16092</link>
      <description>&lt;PRE&gt; foreach (SectionPoint point in scpointColl)
             {
               double  offset = point.Location.X;
               double elev = point.Location.Y;

               if (offset &amp;gt;= seccion.LeftOffset &amp;amp;&amp;amp; offset &amp;lt;= seccion.RightOffset)  //si el offset está comprendido entre los 2 offsets máximos
               {
                   registro = new toolsC3D.Vertices_desnivelSección();
                   registro.desfase = offset;
                   registro.elevacion = elev;

                   llista.Add(registro);
               }

             }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2015 22:24:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/improving-section-sectionpoints-in-api/m-p/5517578#M16092</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2015-02-23T22:24:40Z</dc:date>
    </item>
  </channel>
</rss>

