<?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: Object Data - Points numbering by path. in AutoCAD Map 3D Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10732472#M3624</link>
    <description>&lt;P&gt;It would have been better if you had attached a dwg with illustrative examples from the beginning - no need to guess.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And &lt;EM&gt;Point &amp;amp; OD@Vertex.lsp&lt;/EM&gt; from &lt;SPAN class=""&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/524107" target="_self"&gt;&lt;SPAN class=""&gt;CADaSchtroumpf&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;, and &lt;EM&gt;ODEDIT_SETID&lt;/EM&gt; create numbers not randomly.&lt;BR /&gt;&lt;EM&gt;Point &amp;amp; OD@Vertex.lsp&lt;/EM&gt; creates points in the order of the polyline vertices.&lt;BR /&gt;&lt;EM&gt;ODEDIT_SETID&lt;/EM&gt; will create an IDs in the points creation sequence.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Nov 2021 12:11:57 GMT</pubDate>
    <dc:creator>АлексЮстасу</dc:creator>
    <dc:date>2021-11-03T12:11:57Z</dc:date>
    <item>
      <title>Object Data - Points numbering by path.</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10729874#M3620</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to number the points with Object Data table, in the order by path. Is it possible to define, for example, a path with a polyline and transfer the values of vertices number that overlap with the location of points to their specified OD field?&lt;/P&gt;&lt;P&gt;Any suggestions or ideas, lisp?&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="numerator.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/984692i583742EE27A3F81D/image-size/large?v=v2&amp;amp;px=999" role="button" title="numerator.png" alt="numerator.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 10:15:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10729874#M3620</guid>
      <dc:creator>BiuroGCI</dc:creator>
      <dc:date>2021-11-02T10:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Object Data - Points numbering by path.</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10730777#M3621</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, the points on the vertices must be independent objects - points, blocks, or the like. Otherwise you can't attach OD to them. Are they separate primitives?&lt;BR /&gt;Second, do these points already have inscriptions with their numbers? Texts, attributes?&lt;BR /&gt;Third, were these points created sequentially or in random order?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. If the points already exist.&lt;BR /&gt;If these points were created sequentially, then &lt;EM&gt;ODEDIT_SETID&lt;/EM&gt; - creating ID in the specified field OD can help.&lt;BR /&gt;If the points already have number inscriptions, then &lt;EM&gt;ODEDIT_SETTEXT&lt;/EM&gt; - loading text content into the specified OD field can help. Or &lt;EM&gt;ODEDIT_LOAD_ATTRS&lt;/EM&gt; - loading attribute values into the OD field.&lt;BR /&gt;These commands work for many, all specified objects at once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can manually load the content of texts/attributes into the desired OD field by &lt;EM&gt;Text_Sel2OD.lsp&lt;/EM&gt; from &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/524107" target="_self"&gt;&lt;SPAN class=""&gt;CADaSchtroumpf&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. If you need to create points, lisp's for that definitely exist - look in the Appstore or in general on the forum.&lt;BR /&gt;I just found it on the Russian forum &lt;EM&gt;NVX.lsp&lt;/EM&gt;.&lt;BR /&gt;You can take the famous &lt;EM&gt;PtM&lt;/EM&gt; from Lee Mac - create dots on the vertices.&lt;BR /&gt;When you create the points, will act as described in 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But points can also be created by exporting polylines and loading their vertices as points. Before loading the points, you can number them in a table editor or the like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 17:23:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10730777#M3621</guid>
      <dc:creator>АлексЮстасу</dc:creator>
      <dc:date>2021-11-02T17:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Object Data - Points numbering by path.</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10730792#M3622</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For try, you can use &lt;STRONG&gt;Point&amp;amp;OD@Vertex&lt;/STRONG&gt; for make point at vertex with Object Data&lt;/P&gt;&lt;P&gt;If you want numerate the points, you can use &lt;STRONG&gt;OD2Label_Pt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 17:33:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10730792#M3622</guid>
      <dc:creator>CADaSchtroumpf</dc:creator>
      <dc:date>2021-11-02T17:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Object Data - Points numbering by path.</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10731320#M3623</link>
      <description>&lt;P&gt;Thank you for the quick answer, but I have to specify what I need because my attached drawing could be misleading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The points are drawn on the basis of the field inventory, they symbolize the existing trees. Points are independent 'point' objects and have an attached simple OD table with species name, diameter etc. in which I also have a prepared field for the inventory number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a tool that will insert an inventory number into this prepared field in the OD table according to the order of the path. It is not a problem for me to generate descriptions of points based on the OD.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The problem is the numbering trees in accordance with the chosen direction one after another, especially if there are several thousand of them. Randomly numbering them would create chaos in the search on the printed drawing.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;The attached drawing showed only the sequence of the requested numbering, for an overview. &lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, these polygons symbolize the existing shrubs and I would also like to be able to number them according to the desired direction of the path. Hence the idea to get somehow the data about the vertex number from the polyline and transfer this data to the prepared field in the OD table of the point.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 22:12:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10731320#M3623</guid>
      <dc:creator>BiuroGCI</dc:creator>
      <dc:date>2021-11-02T22:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Object Data - Points numbering by path.</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10732472#M3624</link>
      <description>&lt;P&gt;It would have been better if you had attached a dwg with illustrative examples from the beginning - no need to guess.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And &lt;EM&gt;Point &amp;amp; OD@Vertex.lsp&lt;/EM&gt; from &lt;SPAN class=""&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/524107" target="_self"&gt;&lt;SPAN class=""&gt;CADaSchtroumpf&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;, and &lt;EM&gt;ODEDIT_SETID&lt;/EM&gt; create numbers not randomly.&lt;BR /&gt;&lt;EM&gt;Point &amp;amp; OD@Vertex.lsp&lt;/EM&gt; creates points in the order of the polyline vertices.&lt;BR /&gt;&lt;EM&gt;ODEDIT_SETID&lt;/EM&gt; will create an IDs in the points creation sequence.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 12:11:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10732472#M3624</guid>
      <dc:creator>АлексЮстасу</dc:creator>
      <dc:date>2021-11-03T12:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Object Data - Points numbering by path.</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10732482#M3625</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/524107" target="_self"&gt;&lt;SPAN class=""&gt;CADaSchtroumpf&lt;/SPAN&gt;&lt;/A&gt; ,&amp;nbsp;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Nov 2021 12:14:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10732482#M3625</guid>
      <dc:creator>АлексЮстасу</dc:creator>
      <dc:date>2021-11-03T12:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Object Data - Points numbering by path.</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10735702#M3626</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use topology and my free plugin (ODOUT / ODIN), to manipulate data into Excel.&lt;/P&gt;
&lt;P&gt;Here is a screencast&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="c34fe4d2-22d4-4751-ad53-d2209b64e203" class="myscreencast-iframe iframe-container active-myscreencast"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/c34fe4d2-22d4-4751-ad53-d2209b64e203" width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c34fe4d2-22d4-4751-ad53-d2209b64e203"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV class="myscreencast-iframe iframe-container active-myscreencast"&gt;You have to explode path to obtain lines and create a topology form line as link and tree blocs as node.&lt;/DIV&gt;
&lt;DIV class="myscreencast-iframe iframe-container active-myscreencast"&gt;Export OD topology links info with start/end node and OD topolgy node ID and your field to fill.&lt;/DIV&gt;
&lt;DIV class="myscreencast-iframe iframe-container active-myscreencast"&gt;A little formula in excel to increment order and back into OD of your block.&lt;/DIV&gt;
&lt;DIV class="myscreencast-iframe iframe-container active-myscreencast"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="myscreencast-iframe iframe-container active-myscreencast"&gt;Olivier&lt;/DIV&gt;
&lt;DIV id="cb14cc36-a1f6-4839-b174-b1de2c5dce78" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/cb14cc36-a1f6-4839-b174-b1de2c5dce78"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="0b34b584-2ddf-475b-93de-fef6d648b9e8" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="590" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/0b34b584-2ddf-475b-93de-fef6d648b9e8"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b7a85675-f1fb-45a5-a894-09d7972afe08" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b7a85675-f1fb-45a5-a894-09d7972afe08"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2fc91263-bde6-4e2e-b25b-a0bc5acfdca7" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2fc91263-bde6-4e2e-b25b-a0bc5acfdca7"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="956c58f7-8aa9-4d4a-a1e3-804be1db21a2" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/956c58f7-8aa9-4d4a-a1e3-804be1db21a2"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="f7560df4-f0b1-463a-ac0c-c44bb9e1f75a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/f7560df4-f0b1-463a-ac0c-c44bb9e1f75a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b311fac7-d56c-4ff5-8c77-8ceedfe7c2a0" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b311fac7-d56c-4ff5-8c77-8ceedfe7c2a0"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="fc8d8dc2-6045-4465-8f8c-68726d8617c4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="590" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/fc8d8dc2-6045-4465-8f8c-68726d8617c4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c79e7a85-9519-42ea-a20c-0a3c754cdee0" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c79e7a85-9519-42ea-a20c-0a3c754cdee0"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="aa1422a1-d150-4c0e-b381-17c6686cef80" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/aa1422a1-d150-4c0e-b381-17c6686cef80"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="e3f538d5-d272-4bd9-aa4f-a5027c03e272" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e3f538d5-d272-4bd9-aa4f-a5027c03e272"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="6912b592-abf2-4cb0-932f-44149abd7d93" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/6912b592-abf2-4cb0-932f-44149abd7d93"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d32e75b1-9310-45be-9dd7-65651d29e102" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d32e75b1-9310-45be-9dd7-65651d29e102"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8dc186cc-ce9d-4af4-ad8c-176287431862" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8dc186cc-ce9d-4af4-ad8c-176287431862"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="9cf32e2d-e0c5-4a35-b7fc-c5d098c29942" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="590" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/9cf32e2d-e0c5-4a35-b7fc-c5d098c29942"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2d4ddf2b-4eeb-44ca-91e1-7260ff3b565c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2d4ddf2b-4eeb-44ca-91e1-7260ff3b565c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d7a2180f-40e0-437c-8c93-54deed36fc36" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d7a2180f-40e0-437c-8c93-54deed36fc36"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="028d6606-a199-467e-9efe-2627003c7bea" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/028d6606-a199-467e-9efe-2627003c7bea"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="89f71db9-83dd-4658-8bf0-0d896d57a28b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/89f71db9-83dd-4658-8bf0-0d896d57a28b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="fdc56cc5-2ff6-456f-bfb3-4d05c06b5bf5" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/fdc56cc5-2ff6-456f-bfb3-4d05c06b5bf5"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c820fd5d-ab0f-4663-ab6a-2cd4c5313712" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c820fd5d-ab0f-4663-ab6a-2cd4c5313712"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="adea18ee-5aca-4675-953b-095d63818627" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/adea18ee-5aca-4675-953b-095d63818627"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b0018636-3fe5-4dcf-ae9c-4c9fe688c51c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b0018636-3fe5-4dcf-ae9c-4c9fe688c51c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="193c938d-5069-4bf8-82e1-f0bfa86e5d0d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/193c938d-5069-4bf8-82e1-f0bfa86e5d0d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="db4b8057-f338-43e9-a9d9-80d8b951df75" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/db4b8057-f338-43e9-a9d9-80d8b951df75"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b6c35ebc-cd8e-4dec-9738-8b3dc4900e08" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b6c35ebc-cd8e-4dec-9738-8b3dc4900e08"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="6437a2ce-df99-40cb-b214-55e0020f4aef" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/6437a2ce-df99-40cb-b214-55e0020f4aef"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="3a2c1301-8ee7-4291-bc27-c2578871026f" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/3a2c1301-8ee7-4291-bc27-c2578871026f"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d06d9f5a-8369-4aa0-99b1-f7c4910bd08d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d06d9f5a-8369-4aa0-99b1-f7c4910bd08d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d2b77925-f376-4c95-8d92-3b05458c5c74" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d2b77925-f376-4c95-8d92-3b05458c5c74"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="03585968-4009-4f09-968f-b5f0ba5f45c7" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/03585968-4009-4f09-968f-b5f0ba5f45c7"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="0b75923b-a069-4042-b951-e7f7b8afcd2a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/0b75923b-a069-4042-b951-e7f7b8afcd2a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="337a9320-0b8f-4dfd-9044-0af1977f534a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/337a9320-0b8f-4dfd-9044-0af1977f534a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d8dea216-c8a9-4c2e-9be7-6f93d0115f5d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d8dea216-c8a9-4c2e-9be7-6f93d0115f5d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="731147d3-25b2-4f58-82d2-ebea0bf611f9" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/731147d3-25b2-4f58-82d2-ebea0bf611f9"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="09f69633-5b04-4daa-9c10-9fa67940449c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/09f69633-5b04-4daa-9c10-9fa67940449c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="4f557272-80ef-4f48-97a3-10c16adefe12" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/4f557272-80ef-4f48-97a3-10c16adefe12"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="bf3c0084-648f-441e-ba82-d752fbc96a3f" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/bf3c0084-648f-441e-ba82-d752fbc96a3f"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2a745b2a-3582-4de0-9cbf-73262785646d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2a745b2a-3582-4de0-9cbf-73262785646d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="96c66923-8697-4964-9030-cbf7d21ef336" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/96c66923-8697-4964-9030-cbf7d21ef336"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d1ae28d9-8e99-42cf-97bf-8119661823fe" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d1ae28d9-8e99-42cf-97bf-8119661823fe"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="a7e45331-81a5-41e7-8ae9-6c39c045cf06" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/a7e45331-81a5-41e7-8ae9-6c39c045cf06"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="57cd08a8-3b9a-4f59-9a6e-39034fac9ec8" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/57cd08a8-3b9a-4f59-9a6e-39034fac9ec8"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="a85bc1dc-94b8-4a4b-979d-0bcbba6c2257" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/a85bc1dc-94b8-4a4b-979d-0bcbba6c2257"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8ba2da3e-f976-48f0-a8f3-a23f0ec51867" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8ba2da3e-f976-48f0-a8f3-a23f0ec51867"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="da1008e1-93ca-4a4c-9a69-e94b76833683" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/da1008e1-93ca-4a4c-9a69-e94b76833683"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b4bab3e4-3d5d-4fcf-aea7-17651866992a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b4bab3e4-3d5d-4fcf-aea7-17651866992a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7b27c5e4-0bcd-4c34-895c-17c6ad7b16f8" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7b27c5e4-0bcd-4c34-895c-17c6ad7b16f8"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1afa132c-f331-4e2c-a175-724552626e9a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1afa132c-f331-4e2c-a175-724552626e9a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="eb3a01be-74c3-4c0b-9d87-c7db13436bb7" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/eb3a01be-74c3-4c0b-9d87-c7db13436bb7"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b8937174-8d57-47d3-a829-bd12fe7c8399" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b8937174-8d57-47d3-a829-bd12fe7c8399"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="0973d7f8-0f03-43aa-920d-cb3cfc2c8b19" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/0973d7f8-0f03-43aa-920d-cb3cfc2c8b19"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c49b702d-21b1-4508-874f-9b41c9a8c10e" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c49b702d-21b1-4508-874f-9b41c9a8c10e"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d9016fac-551d-4d07-b0c1-0d2856bfc922" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d9016fac-551d-4d07-b0c1-0d2856bfc922"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b9219207-98a1-4b37-865e-69ccee39b2fc" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b9219207-98a1-4b37-865e-69ccee39b2fc"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c829eb20-cf75-48fa-9b61-177892235ca0" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c829eb20-cf75-48fa-9b61-177892235ca0"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="900f185a-c0ca-4540-9654-ecd96d355f71" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/900f185a-c0ca-4540-9654-ecd96d355f71"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="76b2db10-7e8a-4f70-aeaf-c42730094028" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/76b2db10-7e8a-4f70-aeaf-c42730094028"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="58260a4e-2c3a-4b8a-baf3-a58d47e88121" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/58260a4e-2c3a-4b8a-baf3-a58d47e88121"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="479e914d-ce6b-4d16-96e5-1af099e9eda5" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/479e914d-ce6b-4d16-96e5-1af099e9eda5"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7c1dadc2-e7c6-4ccc-8fa5-933594df4444" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7c1dadc2-e7c6-4ccc-8fa5-933594df4444"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="daffec8b-2934-4622-961f-9f61a850781a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/daffec8b-2934-4622-961f-9f61a850781a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="daeee3bd-4775-4be8-a5e9-c36b02d9200c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/daeee3bd-4775-4be8-a5e9-c36b02d9200c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="4aa8fcde-d542-4b81-9085-1e3fc8034ea0" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/4aa8fcde-d542-4b81-9085-1e3fc8034ea0"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1d6aea75-dfda-4b35-a1c6-f5eb0a19103f" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1d6aea75-dfda-4b35-a1c6-f5eb0a19103f"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="863bf4eb-acba-4183-8ecc-2298573f6ebf" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/863bf4eb-acba-4183-8ecc-2298573f6ebf"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="01421535-cc92-4499-8bf7-43544de28cb5" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/01421535-cc92-4499-8bf7-43544de28cb5"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="61bbbe06-e493-4720-89b3-a527cb266cc3" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/61bbbe06-e493-4720-89b3-a527cb266cc3"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="05f14795-65c0-4210-a614-d45b9e847197" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/05f14795-65c0-4210-a614-d45b9e847197"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2ac2304d-c3f4-4e37-a9a2-f2adba7e4bc2" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2ac2304d-c3f4-4e37-a9a2-f2adba7e4bc2"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="a056eb56-b5dc-4220-a36b-41ebff874a61" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/a056eb56-b5dc-4220-a36b-41ebff874a61"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="09bdd565-8be9-432e-a76f-37efda6f68a3" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/09bdd565-8be9-432e-a76f-37efda6f68a3"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="0f1cb048-21a6-46c4-a455-07cc33e8027d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/0f1cb048-21a6-46c4-a455-07cc33e8027d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="cb50b3c4-7429-47f5-ad16-4f38a6a7969b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/cb50b3c4-7429-47f5-ad16-4f38a6a7969b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="cd822ccc-cde7-445e-ba3b-aac6564ba330" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/cd822ccc-cde7-445e-ba3b-aac6564ba330"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="ceaba36d-336e-40d0-9a2c-c11393e14b89" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/ceaba36d-336e-40d0-9a2c-c11393e14b89"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2872163b-d2fe-41db-829a-cfc3cd3fb1aa" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2872163b-d2fe-41db-829a-cfc3cd3fb1aa"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="9a30c37d-3381-4cc5-8be6-a2643c7758eb" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/9a30c37d-3381-4cc5-8be6-a2643c7758eb"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="124c4f4d-a2db-4cb0-9396-f26572bd5681" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/124c4f4d-a2db-4cb0-9396-f26572bd5681"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="e0c3c66a-0975-4e94-8f91-8b48d4987679" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e0c3c66a-0975-4e94-8f91-8b48d4987679"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="5b5e253f-0f5c-4887-9bef-b93d3397ab71" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/5b5e253f-0f5c-4887-9bef-b93d3397ab71"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2773c9d0-9996-42ec-9698-1594a6f03500" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2773c9d0-9996-42ec-9698-1594a6f03500"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="886306a4-e61c-496a-b93e-a78c2450a836" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/886306a4-e61c-496a-b93e-a78c2450a836"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="e407fd96-bc8d-454d-8e6c-bc18a6acfd11" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e407fd96-bc8d-454d-8e6c-bc18a6acfd11"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="ec3b9dd1-6595-4aa0-857b-d85c98923ded" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/ec3b9dd1-6595-4aa0-857b-d85c98923ded"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c74f6916-94e2-4a2d-b5e4-7efe4ceb6c9d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c74f6916-94e2-4a2d-b5e4-7efe4ceb6c9d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="10d71e4a-3b21-4391-9681-0b99a4ca6205" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/10d71e4a-3b21-4391-9681-0b99a4ca6205"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b25cd415-c07e-48b8-bfa2-558bbb92641b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b25cd415-c07e-48b8-bfa2-558bbb92641b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="e6797e8e-69a6-489f-9497-fbdb0ba87e0f" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e6797e8e-69a6-489f-9497-fbdb0ba87e0f"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7b1e38db-1e58-42b5-a000-7c5166b7c53b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7b1e38db-1e58-42b5-a000-7c5166b7c53b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="4a6a8ead-3456-4ae2-9834-f82274913582" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/4a6a8ead-3456-4ae2-9834-f82274913582"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="a4cc69c4-1369-4ad7-9486-e919f5225460" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/a4cc69c4-1369-4ad7-9486-e919f5225460"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="10c15941-ade9-4dd3-b714-bd59039fe777" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/10c15941-ade9-4dd3-b714-bd59039fe777"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="5285ca66-363b-4f73-8620-ee66998e597c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/5285ca66-363b-4f73-8620-ee66998e597c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="050d9643-6d81-4534-9439-af7643000794" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/050d9643-6d81-4534-9439-af7643000794"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8cc027f9-5425-48ce-893a-70f2b58b6c90" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8cc027f9-5425-48ce-893a-70f2b58b6c90"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="cfb22f12-1f25-4c8b-9695-1e8a744e2f47" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/cfb22f12-1f25-4c8b-9695-1e8a744e2f47"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="3d4efc19-9000-4111-97d8-90f961c67785" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/3d4efc19-9000-4111-97d8-90f961c67785"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="50f4ca81-4312-4c87-9bb4-61f4863160aa" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/50f4ca81-4312-4c87-9bb4-61f4863160aa"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c6720797-e119-4215-b06d-4362b9b8f92a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c6720797-e119-4215-b06d-4362b9b8f92a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c2275721-506f-4fe9-81ad-b920d3f1f115" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c2275721-506f-4fe9-81ad-b920d3f1f115"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="10ed5503-8781-4340-906b-a109f4842952" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/10ed5503-8781-4340-906b-a109f4842952"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="fb5fd033-0b44-4bfd-8d38-235d657489fa" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/fb5fd033-0b44-4bfd-8d38-235d657489fa"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d532b82c-e4cf-467b-b786-f22b277d06df" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d532b82c-e4cf-467b-b786-f22b277d06df"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="710a932f-79d3-4e51-ba06-90e0617b4ded" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/710a932f-79d3-4e51-ba06-90e0617b4ded"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="f3ce6286-e1a4-4fc7-981f-49927930f420" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/f3ce6286-e1a4-4fc7-981f-49927930f420"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1dfabcd1-8950-415e-b1a9-d1c56d47ab8d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1dfabcd1-8950-415e-b1a9-d1c56d47ab8d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="dda166ae-5dae-4f2c-8d49-b0840fc58f9f" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/dda166ae-5dae-4f2c-8d49-b0840fc58f9f"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1c274457-f18f-4af6-8fe8-c74d46f1d291" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1c274457-f18f-4af6-8fe8-c74d46f1d291"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="393cddad-e299-41bd-99ab-cd284551b820" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/393cddad-e299-41bd-99ab-cd284551b820"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="4df3febb-d324-42b0-8207-9d60686032e9" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/4df3febb-d324-42b0-8207-9d60686032e9"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2751aa15-b14e-41b9-b6ae-f6595d840cae" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2751aa15-b14e-41b9-b6ae-f6595d840cae"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="be6fedb3-0cd5-42c4-898b-50f5a90279bb" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/be6fedb3-0cd5-42c4-898b-50f5a90279bb"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="0d6d5e3d-3a31-4af6-aeec-b69d61bea8f2" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/0d6d5e3d-3a31-4af6-aeec-b69d61bea8f2"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="430732f8-23c9-4501-94a9-4bbbf0e9dbe8" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/430732f8-23c9-4501-94a9-4bbbf0e9dbe8"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="993a8f5e-e8fa-4b5d-b8fd-82a645acac5c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/993a8f5e-e8fa-4b5d-b8fd-82a645acac5c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="57600915-43b7-4217-8006-4d73e9bf3d40" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/57600915-43b7-4217-8006-4d73e9bf3d40"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="80ecff43-5327-4a9e-8053-aaacd3e5ab41" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/80ecff43-5327-4a9e-8053-aaacd3e5ab41"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="e8c468e6-3ed4-474d-94d7-db04f063ea51" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e8c468e6-3ed4-474d-94d7-db04f063ea51"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="e43354fb-d654-426d-ba78-36efd88dd720" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e43354fb-d654-426d-ba78-36efd88dd720"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b2750624-5848-48bc-b06c-bad19c8bfcbd" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b2750624-5848-48bc-b06c-bad19c8bfcbd"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="f0048bf6-c65c-48a3-ace5-c3f458a648a8" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/f0048bf6-c65c-48a3-ace5-c3f458a648a8"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="bcd5b277-8f79-4158-876a-121222d06ee4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/bcd5b277-8f79-4158-876a-121222d06ee4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="add19eac-0582-45c8-8a52-d281984a7718" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/add19eac-0582-45c8-8a52-d281984a7718"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2eb41a68-8178-4623-80a2-6fa0ca776731" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2eb41a68-8178-4623-80a2-6fa0ca776731"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="0a09e7cb-1a86-4b96-a221-5e4581b651b4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/0a09e7cb-1a86-4b96-a221-5e4581b651b4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:30:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-points-numbering-by-path/m-p/10735702#M3626</guid>
      <dc:creator>O_Eckmann</dc:creator>
      <dc:date>2021-11-04T14:30:17Z</dc:date>
    </item>
  </channel>
</rss>

