<?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 About the camera when finishing a sketch in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/about-the-camera-when-finishing-a-sketch/m-p/8272277#M88902</link>
    <description>&lt;P&gt;When a user finishes a sketch the camera moves to a location that, most of the time, is troublesome and must be adjusted. Is there a way to modify this camera adjustment after finishing a sketch?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Sep 2018 11:39:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-17T11:39:41Z</dc:date>
    <item>
      <title>About the camera when finishing a sketch</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/about-the-camera-when-finishing-a-sketch/m-p/8272277#M88902</link>
      <description>&lt;P&gt;When a user finishes a sketch the camera moves to a location that, most of the time, is troublesome and must be adjusted. Is there a way to modify this camera adjustment after finishing a sketch?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 11:39:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/about-the-camera-when-finishing-a-sketch/m-p/8272277#M88902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T11:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: About the camera when finishing a sketch</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/about-the-camera-when-finishing-a-sketch/m-p/8272339#M88907</link>
      <description>&lt;P&gt;does it help to uncheck the following options in the application options&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="look at.PNG" style="width: 262px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/546924i8E4FBE3D44B4AF9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="look at.PNG" alt="look at.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 12:01:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/about-the-camera-when-finishing-a-sketch/m-p/8272339#M88907</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-09-17T12:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: About the camera when finishing a sketch</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/about-the-camera-when-finishing-a-sketch/m-p/8272426#M88915</link>
      <description>&lt;P&gt;Yes this worked great, thank you.&lt;/P&gt;&lt;P&gt;On a side note about customization, how difficult would it be for one to add the reorientation to face the camera at a sketch on creation but not on finishing?&amp;nbsp; Also the camera reorienting on completion wouldn't be so bad if it zoomed to fit instead of the default location, adding parameters to modify this default view.&lt;/P&gt;&lt;P&gt;I've tried setting the home view to something more comfortable but it doesn't seem to use the home view as the location.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 12:23:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/about-the-camera-when-finishing-a-sketch/m-p/8272426#M88915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T12:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: About the camera when finishing a sketch</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/about-the-camera-when-finishing-a-sketch/m-p/8272534#M88920</link>
      <description>&lt;P&gt;This is possible with this kind of method..&lt;/P&gt;&lt;PRE&gt;Public Sub K()

Dim a As Application
Set a = ThisApplication

Dim b As PartDocument
Set b = a.ActiveDocument

Dim c As Camera
Set c = b.Views.Item(1).Camera
Do something with events here..........
c.Apply
End Sub&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Sep 2018 12:55:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/about-the-camera-when-finishing-a-sketch/m-p/8272534#M88920</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-09-17T12:55:57Z</dc:date>
    </item>
  </channel>
</rss>

