<?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: View not precise ... in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/view-not-precise/m-p/761763#M174048</link>
    <description>Sounds like your trying to do some batch operations.......That event is not available yet. Mike</description>
    <pubDate>Wed, 03 Apr 2002 13:18:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-04-03T13:18:02Z</dc:date>
    <item>
      <title>View not precise ...</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/view-not-precise/m-p/761762#M174047</link>
      <description>Hi!&lt;BR /&gt;
Is there a way to avoid the dialog 'Some of the views on the following&lt;BR /&gt;
sheet(s) ar not precise' or to tell when Inventor has finished generating&lt;BR /&gt;
the model or drawing? Is there an event or a property that can tell me that?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance&lt;BR /&gt;
&lt;BR /&gt;
/Per</description>
      <pubDate>Wed, 03 Apr 2002 11:45:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/view-not-precise/m-p/761762#M174047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-04-03T11:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: View not precise ...</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/view-not-precise/m-p/761763#M174048</link>
      <description>Sounds like your trying to do some batch operations.......That event is not available yet. Mike</description>
      <pubDate>Wed, 03 Apr 2002 13:18:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/view-not-precise/m-p/761763#M174048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-04-03T13:18:02Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/view-not-precise/m-p/761764#M174049</link>
      <description>&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;It it as avaible in 5.3 but not in 5.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Sheet.Status&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;you will have to loop until the sheet status is &lt;BR /&gt;
equal to kUpToDateDrawingSheet&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;Mike Martin&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"MDB" &amp;lt;&lt;A&gt;&lt;BR /&gt;
  href="mailto:michael.best@rts-group.com"&amp;gt;michael.best@rts-group.com&lt;/A&gt;&amp;gt; &lt;BR /&gt;
  wrote in message &lt;A&gt;&lt;BR /&gt;
  href="news:f0cdb52.0@WebX.maYIadrTaRb"&amp;gt;news:f0cdb52.0@WebX.maYIadrTaRb&lt;/A&gt;...&lt;/DIV&gt;Sounds &lt;BR /&gt;
  like your trying to do some batch operations.......That event is not available &lt;BR /&gt;
  yet. Mike&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 03 Apr 2002 19:53:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/view-not-precise/m-p/761764#M174049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-04-03T19:53:44Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/view-not-precise/m-p/761765#M174050</link>
      <description>&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;The sample code in the online help for the Status &lt;BR /&gt;
property is incorrect.&amp;nbsp; The code below should work.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If oSheet.Status And &lt;BR /&gt;
kProcessingPreciseDisplayDrawingSheet = kProcessingPreciseDisplayDrawingSheet &lt;BR /&gt;
Then&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox &lt;BR /&gt;
"Sheet is still processing."&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox &lt;BR /&gt;
"Sheet is up to date."&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;-Brian&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"Mike Martin" &amp;lt;&lt;A&gt;&lt;BR /&gt;
  href="mailto:mmartin@incat.com"&amp;gt;mmartin@incat.com&lt;/A&gt;&amp;gt; wrote in message &lt;A&gt;&lt;BR /&gt;
  href="news:747AFE3442043DF1E3A6B154AE17C333@in.WebX.maYIadrTaRb"&amp;gt;news:747AFE3442043DF1E3A6B154AE17C333@in.WebX.maYIadrTaRb&lt;/A&gt;...&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;It it as avaible in 5.3 but not in &lt;BR /&gt;
5.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Sheet.Status&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;you will have to loop until the sheet status is &lt;BR /&gt;
  equal to kUpToDateDrawingSheet&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;Mike Martin&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;BLOCKQUOTE&gt;&lt;BR /&gt;
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
    &lt;DIV&gt;"MDB" &amp;lt;&lt;A&gt;&lt;BR /&gt;
    href="mailto:michael.best@rts-group.com"&amp;gt;michael.best@rts-group.com&lt;/A&gt;&amp;gt; &lt;BR /&gt;
    wrote in message &lt;A&gt;&lt;BR /&gt;
    href="news:f0cdb52.0@WebX.maYIadrTaRb"&amp;gt;news:f0cdb52.0@WebX.maYIadrTaRb&lt;/A&gt;...&lt;/DIV&gt;Sounds &lt;BR /&gt;
    like your trying to do some batch operations.......That event is not &lt;BR /&gt;
    available yet. Mike&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 05 Apr 2002 11:02:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/view-not-precise/m-p/761765#M174050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-04-05T11:02:29Z</dc:date>
    </item>
  </channel>
</rss>

