<?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: Set Viewpoint Position Using command line in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829472#M464</link>
    <description>&lt;P&gt;Not somewhere. The default place of plugin is stricktly fixed. Then&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;command line arguments can find corresponding plugin by class name only.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=mLsQFW5dV2w" target="_blank"&gt;https://www.youtube.com/watch?v=mLsQFW5dV2w&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 10:47:44 GMT</pubDate>
    <dc:creator>tetsuya_miwa</dc:creator>
    <dc:date>2024-06-10T10:47:44Z</dc:date>
    <item>
      <title>Set Viewpoint Position Using command line</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829070#M459</link>
      <description>&lt;P&gt;Hello Team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;How I can set the viewpoint position using command line while opening nwd file.&amp;nbsp; I am trying using the below script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Position.Test : &lt;/STRONG&gt;this is the plugin file where I have created&amp;nbsp; to set the view point position. but I want to send this using command line arguments.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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="yasikmondal21_0-1718001766192.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1373903i9C86998EC92F01F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yasikmondal21_0-1718001766192.png" alt="yasikmondal21_0-1718001766192.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 06:43:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829070#M459</guid>
      <dc:creator>yasikmondal21</dc:creator>
      <dc:date>2024-06-10T06:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Viewpoint Position Using command line</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829355#M460</link>
      <description>&lt;P&gt;Assuming oPoint is Point3D from command arguments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;    Document oDoc = Autodesk.Navisworks.Api.Application.ActiveDocument;
    Viewpoint oCurrVCopy = oDoc.CurrentViewpoint.CreateCopy;
    oCurrVCopy.PointAt(oPoint);
    oDoc.CurrentViewpoint.CopyFrom(oCurrVCopy);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Jun 2024 09:34:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829355#M460</guid>
      <dc:creator>tetsuya_miwa</dc:creator>
      <dc:date>2024-06-10T09:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Viewpoint Position Using command line</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829388#M461</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3121954"&gt;@tetsuya_miwa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to open navis work from batch file .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I install navisworks first time by default there wont be any plugin available. So I can create the plugin from command line ? or is there any way to generate this? I am not using any asp .net application.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 09:51:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829388#M461</guid>
      <dc:creator>yasikmondal21</dc:creator>
      <dc:date>2024-06-10T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Viewpoint Position Using command line</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829429#M462</link>
      <description>&lt;P&gt;Create your own plugin by c# or VB.net and place the dll file in the correct folder.&lt;/P&gt;&lt;P&gt;Navisworks will load it automatically.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 10:48:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829429#M462</guid>
      <dc:creator>tetsuya_miwa</dc:creator>
      <dc:date>2024-06-10T10:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Viewpoint Position Using command line</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829451#M463</link>
      <description>&lt;P&gt;If i copy this dll plugin and paste it somwhere then how i will define the plugin path in command.. can you give me that command line arguments&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 10:28:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829451#M463</guid>
      <dc:creator>yasikmondal21</dc:creator>
      <dc:date>2024-06-10T10:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Viewpoint Position Using command line</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829472#M464</link>
      <description>&lt;P&gt;Not somewhere. The default place of plugin is stricktly fixed. Then&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;command line arguments can find corresponding plugin by class name only.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=mLsQFW5dV2w" target="_blank"&gt;https://www.youtube.com/watch?v=mLsQFW5dV2w&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 10:47:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829472#M464</guid>
      <dc:creator>tetsuya_miwa</dc:creator>
      <dc:date>2024-06-10T10:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Viewpoint Position Using command line</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829606#M465</link>
      <description>&lt;P&gt;Thanks for information&amp;nbsp; &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3121954"&gt;@tetsuya_miwa&lt;/a&gt;&amp;nbsp; and it working for me.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we have any arguments where I can pass strage url of nwd file ? as this is a big file and we cant donwload everytime. So I wanted to use CDN or Azure Storage for avoid multiple downlaod.&lt;BR /&gt;&lt;BR /&gt;"%userprofile%\NavisProject\100000000715815-1000.nwd" --&amp;gt; how to provide network file which are present in either LAN storage or Azure Storage.?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 11:57:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/set-viewpoint-position-using-command-line/m-p/12829606#M465</guid>
      <dc:creator>yasikmondal21</dc:creator>
      <dc:date>2024-06-10T11:57:14Z</dc:date>
    </item>
  </channel>
</rss>

