<?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: Add SavedView using API in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3154084#M7956</link>
    <description>&lt;P&gt;OK, got it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SavedViews().Add wants an InwOpView, not an InwOpAnonView&lt;/P&gt;</description>
    <pubDate>Mon, 12 Sep 2011 11:55:46 GMT</pubDate>
    <dc:creator>JanneTS</dc:creator>
    <dc:date>2011-09-12T11:55:46Z</dc:date>
    <item>
      <title>Add SavedView using API</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3154036#M7955</link>
      <description>&lt;P&gt;Is it possible to add a SavedView using API? Tried the code below but it crashes NavisWorks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ComApi.InwOpState10 oState = ComApiBridge.ComApiBridge.State;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object CView = oState.CurrentView.Copy();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oState.SavedViews().Add(CView);&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2011 10:52:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3154036#M7955</guid>
      <dc:creator>JanneTS</dc:creator>
      <dc:date>2011-09-12T10:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add SavedView using API</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3154084#M7956</link>
      <description>&lt;P&gt;OK, got it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SavedViews().Add wants an InwOpView, not an InwOpAnonView&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2011 11:55:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3154084#M7956</guid>
      <dc:creator>JanneTS</dc:creator>
      <dc:date>2011-09-12T11:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add SavedView using API</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3155740#M7957</link>
      <description>&lt;P&gt;Creating the SavedView and setting the ViewPoint of the InwOpAnonView work OK.&lt;/P&gt;&lt;P&gt;However,&lt;/P&gt;&lt;P&gt;ClippingPlanes().Add(InwLPlane3f)&lt;/P&gt;&lt;P&gt;of the InwOpAnonView creates an exception&lt;/P&gt;&lt;P&gt;"&amp;lt;&amp;lt;NavisWorks Error - Not implemented&amp;gt;&amp;gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what does this mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2011 14:14:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3155740#M7957</guid>
      <dc:creator>JanneTS</dc:creator>
      <dc:date>2011-09-13T14:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add SavedView using API</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3161786#M7958</link>
      <description>Seems to me that adding a section plane using API is just impossible. Can anybody confirm this, that would help a lot?</description>
      <pubDate>Sun, 18 Sep 2011 07:22:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3161786#M7958</guid>
      <dc:creator>JanneTS</dc:creator>
      <dc:date>2011-09-18T07:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add SavedView using API</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3214730#M7959</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you have any success with this? I think we are tackling the same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;//gets current View
nw.InwOpAnonView view = _state.CurrentView.Copy() as nw.InwOpAnonView;

//how to apply this view?
_state.ApplyView(view); //this fails as it wants a InwOpView&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2011 22:28:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/add-savedview-using-api/m-p/3214730#M7959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-02T22:28:43Z</dc:date>
    </item>
  </channel>
</rss>

