<?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: Navisworks no option to get centerline measurements on pipes in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13978733#M8380</link>
    <description>&lt;P&gt;Hello Alexis,&lt;/P&gt;&lt;P&gt;Thank you guys for appreciating my work, people with sense of piping or process design will understand how huge it is. Please allow me to brag a little bit, the rendering is really beautiful when you look at it.&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6387780633112w876h540r377" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6387780633112" 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-6387780633112w876h540r377');  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/6387780633112"&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;I believe some of us have tried to reconstruct pipe centerline from info of Navisworks models, I've tried it myself, too. Cylinders are ok. Elbows and tees, maybe. However, a simple valve with spindle or weird shaped instrument will defeat the purpose easily. Even with elaborate geometric analysis to get the job done (which I doubt), it will be computational intensive and not practical. Extract data directly from PDF is also out of the question.&lt;/P&gt;&lt;P&gt;Then I noticed: when Smart3D (S3D, formally SmartPlant 3D), which we use extensively internally, generates ISO drawings with ISOGEN, it will also generate a corresponding PCF file and XML file that fully describe the drawing, literally all the isometric data you want:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ISOGEN Product.png" style="width: 573px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1610957i4E29851890CFB324/image-size/large?v=v2&amp;amp;px=999" role="button" title="ISOGEN Product.png" alt="ISOGEN Product.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are familiar with PCF, you'll know that it is quite difficult, but not impossible, to parse. XML file, on the other hand, is well structured and easy to parse. What you saw in my video is simply the reconstruction of these XML files. No Navisworks model info involved. Take a valve in the XML for example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ISO Valve.png" style="width: 919px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1610958i6324F1FD43E45052/image-size/large?v=v2&amp;amp;px=999" role="button" title="ISO Valve.png" alt="ISO Valve.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And flow direction arrow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ISO Flow Arrow.png" style="width: 911px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1610960i0FF51BD394A66979/image-size/large?v=v2&amp;amp;px=999" role="button" title="ISO Flow Arrow.png" alt="ISO Flow Arrow.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words, I obtain isometric data directly from S3D and ISOGEN. But how about E3D or AutoPLANT? Out of the box they can't generate the mentioned XML files, not even the PCF files as far as I know, only S3D will do so. However, E3D has macro language PML and AutoPLANT does provide API for extensibility, so with proper customization, they might achive similar result. It doesn't even have to be the same XML file, just key point coordinates and dimensional info of the piping components will suffice.&lt;/P&gt;&lt;P&gt;Currently I'm not available for collaboration, but I'm willing to discuss ideas.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jan 2026 04:33:59 GMT</pubDate>
    <dc:creator>cation234ctci</dc:creator>
    <dc:date>2026-01-16T04:33:59Z</dc:date>
    <item>
      <title>Navisworks no option to get centerline measurements on pipes</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/10455529#M2270</link>
      <description>&lt;P&gt;Hi Members&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are big users of Navisworks and I often recommend Navisworks freedom to clients but one client asked me how to measure pipe centre line distances and I read the forums and almost cannot believe there is not a 1 way solution to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The method for shortest distance seems like a good route to a solution but now the user has to calculate pipe sizes and then add pipe radius to find the actual measurement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the other solutions to hide elbows to get the actual measurement does not seem like the most elegant solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am mentioning it here because I am a big fan of the software but a small detail like this makes users not use this solution so please advise if I have something wrong here.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 12:16:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/10455529#M2270</guid>
      <dc:creator>jacquesP5H2G</dc:creator>
      <dc:date>2021-07-09T12:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Navisworks no option to get centerline measurements on pipes</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13970074#M8372</link>
      <description>&lt;P&gt;Hi Jacques,&lt;/P&gt;&lt;P&gt;Excuse me for my late response. I was trying to tackle this problem as well and have a working solution to share.&lt;/P&gt;&lt;P&gt;The problem that Navisworks cannot make pipe centerline measurement is because: Navisworks has no concept of shapes at all. What you see as a straight pipe, elbow, or tee, is just a group of meshes that happens to look like a pipe component, but this means nothing to Navisworks.&lt;/P&gt;&lt;P&gt;My approach is: instead of focusing on the Navisworks model itself, I incorporate the data of piping isometric drawings into Navisworks to reconstruct the centerlines and key points of each pipe component, and write my own tool plugin to make the measurement.&lt;/P&gt;&lt;P&gt;As you can see in my video, I make the look and behavior of my own measurement tool as identical as possible to the native one of Navisworks. With the key points of pipe component, I can even make measurement from the floating elbow point, which is virtually impossible to locate with native Navisworks tool.&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6387438592112w898h540r749" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6387438592112" 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-6387438592112w898h540r749');  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/6387438592112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 00:19:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13970074#M8372</guid>
      <dc:creator>cation234ctci</dc:creator>
      <dc:date>2026-01-09T00:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Navisworks no option to get centerline measurements on pipes</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13976367#M8375</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6416132"&gt;@cation234ctci&lt;/a&gt;&amp;nbsp;This is really nice work! Great job!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 13:38:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13976367#M8375</guid>
      <dc:creator>jabowabo</dc:creator>
      <dc:date>2026-01-14T13:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Navisworks no option to get centerline measurements on pipes</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13976480#M8376</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1636004"&gt;@jabowabo&lt;/a&gt;&amp;nbsp;&amp;nbsp;Thanks a lot. With the help of pipe centerline, so many possibilities could be achieved.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 14:44:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13976480#M8376</guid>
      <dc:creator>cation234ctci</dc:creator>
      <dc:date>2026-01-14T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Navisworks no option to get centerline measurements on pipes</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13978113#M8379</link>
      <description>&lt;P&gt;Wahoo!&lt;BR /&gt;&lt;BR /&gt;Even more impressive than your previous post!&lt;BR /&gt;You implemented what I had in mind and never dare yet to tackle: recreating the semantic of the flow. Love your yellow arrowed paths!!&lt;BR /&gt;Very elegant solution both re: data source of truth (isometric) and rendering.&lt;BR /&gt;Man-years of hard work for sure and excellent skills!!&lt;BR /&gt;&lt;BR /&gt;Huge Question:&lt;BR /&gt;How do you get the isometric as usable data?&lt;BR /&gt;Typically when we lucky to get isometrics from our customers they are just PDF near impossible to programmatically use.&lt;BR /&gt;&lt;BR /&gt;I implemented the first stages of another approach in our plugin:&lt;BR /&gt;1/ Getting parts line information&lt;BR /&gt;- use PDMS properties attached to items if any&lt;BR /&gt;- combine with item names&amp;nbsp; to match line details provided as an excel file&lt;BR /&gt;2/ Analysing geometries&lt;BR /&gt;- use item geometry tesselation to reconstruct the semantic geometry (for now only cylinder) and confirm pipe and insulation size&lt;BR /&gt;It's working but:&lt;BR /&gt;- kind of brittle&lt;BR /&gt;- still missing other type of parts that are harder&lt;BR /&gt;- still missing the flow direction&lt;BR /&gt;&lt;BR /&gt;Hope we can find an opportunity to collaborate one of these days (and not just to share a drink haha)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 16:41:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13978113#M8379</guid>
      <dc:creator>alexisDVJML</dc:creator>
      <dc:date>2026-01-15T16:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Navisworks no option to get centerline measurements on pipes</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13978733#M8380</link>
      <description>&lt;P&gt;Hello Alexis,&lt;/P&gt;&lt;P&gt;Thank you guys for appreciating my work, people with sense of piping or process design will understand how huge it is. Please allow me to brag a little bit, the rendering is really beautiful when you look at it.&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6387780633112w876h540r853" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6387780633112" 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-6387780633112w876h540r853');  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/6387780633112"&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;I believe some of us have tried to reconstruct pipe centerline from info of Navisworks models, I've tried it myself, too. Cylinders are ok. Elbows and tees, maybe. However, a simple valve with spindle or weird shaped instrument will defeat the purpose easily. Even with elaborate geometric analysis to get the job done (which I doubt), it will be computational intensive and not practical. Extract data directly from PDF is also out of the question.&lt;/P&gt;&lt;P&gt;Then I noticed: when Smart3D (S3D, formally SmartPlant 3D), which we use extensively internally, generates ISO drawings with ISOGEN, it will also generate a corresponding PCF file and XML file that fully describe the drawing, literally all the isometric data you want:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ISOGEN Product.png" style="width: 573px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1610957i4E29851890CFB324/image-size/large?v=v2&amp;amp;px=999" role="button" title="ISOGEN Product.png" alt="ISOGEN Product.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are familiar with PCF, you'll know that it is quite difficult, but not impossible, to parse. XML file, on the other hand, is well structured and easy to parse. What you saw in my video is simply the reconstruction of these XML files. No Navisworks model info involved. Take a valve in the XML for example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ISO Valve.png" style="width: 919px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1610958i6324F1FD43E45052/image-size/large?v=v2&amp;amp;px=999" role="button" title="ISO Valve.png" alt="ISO Valve.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And flow direction arrow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ISO Flow Arrow.png" style="width: 911px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1610960i0FF51BD394A66979/image-size/large?v=v2&amp;amp;px=999" role="button" title="ISO Flow Arrow.png" alt="ISO Flow Arrow.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words, I obtain isometric data directly from S3D and ISOGEN. But how about E3D or AutoPLANT? Out of the box they can't generate the mentioned XML files, not even the PCF files as far as I know, only S3D will do so. However, E3D has macro language PML and AutoPLANT does provide API for extensibility, so with proper customization, they might achive similar result. It doesn't even have to be the same XML file, just key point coordinates and dimensional info of the piping components will suffice.&lt;/P&gt;&lt;P&gt;Currently I'm not available for collaboration, but I'm willing to discuss ideas.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 04:33:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13978733#M8380</guid>
      <dc:creator>cation234ctci</dc:creator>
      <dc:date>2026-01-16T04:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Navisworks no option to get centerline measurements on pipes</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13979382#M8381</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6416132"&gt;@cation234ctci&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In other words, I obtain isometric data directly from S3D and ISOGEN. But how about E3D or AutoPLANT? Out of the box they can't generate the mentioned XML files, not even the PCF files as far as I know, only S3D will do so.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I've written some dimension utilities that rely on centerlines and port coordinates. Plant 3D does produce .pcf files, but I use the Plant 3D API to embed the 'port' point coordinates into a custom property in the .dwg file. Then I use the Navisworks API to parse them for use for dimensioning. Your use of the graphics API is masterful though! Can you give a hint on how you make the graphics selectable with a mouse click? I didn't know that was possible.&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="QF Dimension.gif" style="width: 1199px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1611070i45CD4F63CC92C9A3/image-dimensions/1199x589?v=v2" width="1199" height="589" role="button" title="QF Dimension.gif" alt="QF Dimension.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 14:11:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13979382#M8381</guid>
      <dc:creator>jabowabo</dc:creator>
      <dc:date>2026-01-16T14:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Navisworks no option to get centerline measurements on pipes</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13982688#M8383</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1636004"&gt;@jabowabo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Can you give a hint on how you make the graphics selectable with a mouse click? I didn't know that was possible. &lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The principle of my clickable 3D sketch is simple, it's just classical ray casting. Every sketch could be described or approximated by one or more 3D line segments. When I click in the model space, I cast a ray from where I clicked, and if the ray touches any line segment then a successful click is detected.&lt;/P&gt;&lt;P&gt;This shows the ray casting in action when it is rendered explicitly, and this is as far as I can show you what is going on.&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":zipper_mouth_face:"&gt;🤐&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6387962898112w880h540r605" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6387962898112" 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-6387962898112w880h540r605');  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/6387962898112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 00:22:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13982688#M8383</guid>
      <dc:creator>cation234ctci</dc:creator>
      <dc:date>2026-01-20T00:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Navisworks no option to get centerline measurements on pipes</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13983398#M8384</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6416132"&gt;@cation234ctci&lt;/a&gt;&amp;nbsp;wrote:
&lt;P&gt;The principle of my clickable 3D sketch is simple, it's just classical ray casting. Every sketch could be described or approximated by one or more 3D line segments. When I click in the model space, I cast a ray from where I clicked, and if the ray touches any line segment then a successful click is detected.&lt;/P&gt;
&lt;P&gt;This shows the ray casting in action when it is rendered explicitly, and this is as far as I can show you what is going on.&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":zipper_mouth_face:"&gt;🤐&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Amazing! Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 14:54:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/navisworks-no-option-to-get-centerline-measurements-on-pipes/m-p/13983398#M8384</guid>
      <dc:creator>jabowabo</dc:creator>
      <dc:date>2026-01-20T14:54:54Z</dc:date>
    </item>
  </channel>
</rss>

