<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create Tags / RedLines in the API in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12696894#M643</link>
    <description>&lt;P&gt;Thanks a lot, I could do it using&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;RenderPlugin.&lt;/SPAN&gt;&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="igorbarcelosC54YD_0-1712673439469.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1347596iDEE1AEC9746716F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="igorbarcelosC54YD_0-1712673439469.png" alt="igorbarcelosC54YD_0-1712673439469.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2024 14:37:23 GMT</pubDate>
    <dc:creator>igor.barcelosC54YD</dc:creator>
    <dc:date>2024-04-09T14:37:23Z</dc:date>
    <item>
      <title>Create Tags / RedLines in the API</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12693778#M639</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way of creating tags like below using the C&lt;SPAN&gt;# API ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.autodesk.com/view/NAV/2023/ENU/?guid=GUID-E58E6979-EA8D-4C58-BAA2-2879BD493420" target="_blank"&gt;https://help.autodesk.com/view/NAV/2023/ENU/?guid=GUID-E58E6979-EA8D-4C58-BAA2-2879BD493420&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 10:35:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12693778#M639</guid>
      <dc:creator>igor.barcelosC54YD</dc:creator>
      <dc:date>2024-04-08T10:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create Tags / RedLines in the API</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12694365#M640</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13240311"&gt;@igor.barcelosC54YD&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Please take a look at this below code&lt;/P&gt;
&lt;LI-CODE lang="general"&gt; Document doc = Autodesk.Navisworks.Api.Application.ActiveDocument;
 Autodesk.Navisworks.Api.View view = doc.ActiveView;
 string getRedLines = view.GetRedlines();

 // The value of "getRedLines" will resemble the value I've set in the "s" variable.
 // By adjusting the value of "s", you can customize your own set of red lines.

 string s = "{\"Type\":\"RedlineCollection\",\"Version\":1,\"Values\":[{\"Type\":\"RedlineEllipse\",\"Version\":1,\"Thickness\":3,\"Color\":[1,0,0],\"MinPoint\":[-0.45388908606868772,0.3369782608691772],\"MaxPoint\":[0.54593652310359631,-0.2248285099990586]}]}";
 view.TrySetRedlines(s);&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 08 Apr 2024 14:22:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12694365#M640</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2024-04-08T14:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create Tags / RedLines in the API</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12694423#M641</link>
      <description>&lt;P&gt;Hi, thanks a lot for your return.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I may, I have two more questions :&amp;nbsp;&lt;/P&gt;&lt;P&gt;1/&amp;nbsp; I could drawn the circle with your code like shown in the image below. The problem is that when I change the camera (scrolling or padding) the &lt;SPAN&gt;ellips&amp;nbsp;&lt;/SPAN&gt;dissapears. How can I append this to the current view ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="igorbarcelosC54YD_0-1712587309001.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1347130i2B92F56FB25133C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="igorbarcelosC54YD_0-1712587309001.png" alt="igorbarcelosC54YD_0-1712587309001.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2/ My final goal is to achieve an similar result as the 'markups' in Forge like below. Any ideas ? Going with the redLines is an good idea ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="igorbarcelosC54YD_1-1712587377028.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1347131i8735CDA2A8956B5E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="igorbarcelosC54YD_1-1712587377028.png" alt="igorbarcelosC54YD_1-1712587377028.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 14:49:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12694423#M641</guid>
      <dc:creator>igor.barcelosC54YD</dc:creator>
      <dc:date>2024-04-08T14:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create Tags / RedLines in the API</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12694487#M642</link>
      <description>&lt;P&gt;You must use RenderPlugin for it. It allows you to draw over the render in 3D or in 2D.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 15:05:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12694487#M642</guid>
      <dc:creator>lanneauolivier</dc:creator>
      <dc:date>2024-04-08T15:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create Tags / RedLines in the API</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12696894#M643</link>
      <description>&lt;P&gt;Thanks a lot, I could do it using&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;RenderPlugin.&lt;/SPAN&gt;&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="igorbarcelosC54YD_0-1712673439469.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1347596iDEE1AEC9746716F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="igorbarcelosC54YD_0-1712673439469.png" alt="igorbarcelosC54YD_0-1712673439469.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 14:37:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/create-tags-redlines-in-the-api/m-p/12696894#M643</guid>
      <dc:creator>igor.barcelosC54YD</dc:creator>
      <dc:date>2024-04-09T14:37:23Z</dc:date>
    </item>
  </channel>
</rss>

