<?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: From which view the arbitrary view came from? in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/from-which-view-the-arbitrary-view-came-from/m-p/9297495#M105462</link>
    <description>&lt;P&gt;Usually drawing view is set face to Top view, Bottom View, Front View, Back View, Right View or Left View... But if those drawing view is from rotating 90° or 180° or 270° of that view the result was arbitrary view. Then how to get back this history either&amp;nbsp;Top view, Bottom View, Front View, Back View, Right View or Left View.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2020 08:55:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-05T08:55:36Z</dc:date>
    <item>
      <title>From which view the arbitrary view came from?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/from-which-view-the-arbitrary-view-came-from/m-p/9297435#M105455</link>
      <description>&lt;P&gt;My drawing view orientation type get result as arbitrary view... How to get from which view the arbitrary view came from? I can't get any sample vba for this issue... the only have is how to make arbitrary view.... Below is my sample program that stuck due to&amp;nbsp;result as arbitrary view...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VBa&lt;/P&gt;&lt;P&gt;Dim oCamera As Camera: Set oCamera = oDrawingView.Camera&lt;BR /&gt;Dim ViewUnitVector As UnitVector&lt;BR /&gt;Dim oApp As Inventor.Application: Set oApp = ThisApplication&lt;BR /&gt;Dim tg As TransientGeometry&lt;BR /&gt;Set tg = ThisApplication.TransientGeometry&lt;BR /&gt;Debug.Print oDrawingView.Camera.ViewOrientationType&lt;BR /&gt;Select Case oDrawingView.Camera.ViewOrientationType&lt;BR /&gt;Case kTopViewOrientation&lt;BR /&gt;Set ViewUnitVector = tg.CreateUnitVector(0, 0, 1)&lt;BR /&gt;Case kBottomViewOrientation&lt;BR /&gt;Set ViewUnitVector = tg.CreateUnitVector(0, 0, 1)&lt;BR /&gt;Case kFrontViewOrientation&lt;BR /&gt;Set ViewUnitVector = tg.CreateUnitVector(0, 1, 0)&lt;BR /&gt;Case kBackViewOrientation&lt;BR /&gt;Set ViewUnitVector = tg.CreateUnitVector(0, 1, 0)&lt;BR /&gt;Case kRightViewOrientation&lt;BR /&gt;Set ViewUnitVector = tg.CreateUnitVector(1, 0, 0)&lt;BR /&gt;Case kLeftViewOrientation&lt;BR /&gt;Set ViewUnitVector = tg.CreateUnitVector(1, 0, 0)&lt;BR /&gt;End Select&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Debug.Print ViewUnitVector.X&lt;BR /&gt;Debug.Print ViewUnitVector.Y&lt;BR /&gt;Debug.Print ViewUnitVector.Z&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 08:35:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/from-which-view-the-arbitrary-view-came-from/m-p/9297435#M105455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-05T08:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: From which view the arbitrary view came from?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/from-which-view-the-arbitrary-view-came-from/m-p/9297453#M105456</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please explain a little more in detail what you try to do, since I don't understand the question?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 08:41:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/from-which-view-the-arbitrary-view-came-from/m-p/9297453#M105456</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-05T08:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: From which view the arbitrary view came from?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/from-which-view-the-arbitrary-view-came-from/m-p/9297495#M105462</link>
      <description>&lt;P&gt;Usually drawing view is set face to Top view, Bottom View, Front View, Back View, Right View or Left View... But if those drawing view is from rotating 90° or 180° or 270° of that view the result was arbitrary view. Then how to get back this history either&amp;nbsp;Top view, Bottom View, Front View, Back View, Right View or Left View.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 08:55:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/from-which-view-the-arbitrary-view-came-from/m-p/9297495#M105462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-05T08:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: From which view the arbitrary view came from?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/from-which-view-the-arbitrary-view-came-from/m-p/9299926#M105508</link>
      <description>&lt;P&gt;I want to get or determine unit vector of model geometry that face toward to drawing view...&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 01:36:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/from-which-view-the-arbitrary-view-came-from/m-p/9299926#M105508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-06T01:36:21Z</dc:date>
    </item>
  </channel>
</rss>

