<?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: Is there a way to refresh all thumbnails? in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/11073899#M270900</link>
    <description>&lt;P&gt;Here is a version that sets the camera to use a bottom iso view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;'get current color scheme name 
oColorScheme = ThisApplication.ActiveColorScheme.Name

'get current color scheme background type
oBackGroundType = ThisApplication.ColorSchemes.BackgroundType

'Change to Presentation (white background)
ThisApplication.ColorSchemes.Item("Presentation").Activate

'set to use one color background type
ThisApplication.ColorSchemes.BackgroundType = _
BackgroundTypeEnum.kOneColorBackgroundType

Dim oAsmDoc As AssemblyDocument
oAsmDoc = ThisApplication.ActiveDocument
Dim oDoc As Document
Dim oRefFile As FileDescriptor

For Each oDoc In oAsmDoc.AllReferencedDocuments
	ThisApplication.Documents.Open(oDoc.FullFileName, True)

	For Each oSketch In oDoc.ComponentDefinition​.Sketches
		oSketch.Visible = False
	Next

	'set work plane visibility
	For Each oWorkPlane In oDoc.ComponentDefinition.WorkPlanes
		oWorkPlane.Visible = False
	Next

	'set work axis visibility
	For Each oWorkAxis In oDoc.ComponentDefinition.WorkAxes
		oWorkAxis.Visible = False
	Next

	'set work point visibility
	For Each oWorkPoint In oDoc.ComponentDefinition.WorkPoints
		oWorkPoint.Visible = False
	Next

	Dim cam As Camera = ThisApplication.ActiveView.Camera

	If Not cam.ViewOrientationType = ViewOrientationTypeEnum.kIsoTopLeftViewOrientation Then
		cam.ViewOrientationType = ViewOrientationTypeEnum.kIsoBottomRightViewOrientation
		cam.Fit
		cam.Apply
	End If

	'set iproperty to use current view on save
	oDoc.SetThumbnailSaveOption _
	(ThumbnailSaveOptionEnum.kActiveWindowOnSave)

	'try to save 
	Try
		oDoc.Save
	Catch
		'catch error and do nothing 
	End Try

	'close the file
	oDoc.Close
Next

'Change back to original scheme
ThisApplication.ColorSchemes.Item(oColorScheme).Activate

'Change back to original back ground type
ThisApplication.ColorSchemes.BackgroundType = oBackGroundType&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2022 13:47:37 GMT</pubDate>
    <dc:creator>Curtis_W</dc:creator>
    <dc:date>2022-03-31T13:47:37Z</dc:date>
    <item>
      <title>Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7237954#M270883</link>
      <description>&lt;P&gt;I love the new feature in the BOM that allows you to export the thumbnails too, but I use a gradient background to stop eyestrain from staring at white all day. This prints a bit crap and makes the thumbnail harder to see.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I change my background to pure white is there a way to update all the thumbnails in an assembly so they use the current background colour settings?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 09:55:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7237954#M270883</guid>
      <dc:creator>SharkDesign</dc:creator>
      <dc:date>2017-07-19T09:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7238105#M270884</link>
      <description>&lt;P&gt;You can try&amp;nbsp;&lt;A href="http://cadtoolbox.com/all-thumbs/" target="_self"&gt;All Thumbs&lt;/A&gt;&amp;nbsp;from &lt;A href="http://cadtoolbox.com/cad-tools/" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 11:04:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7238105#M270884</guid>
      <dc:creator>salariua</dc:creator>
      <dc:date>2017-07-19T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7238114#M270885</link>
      <description>&lt;P&gt;That sounds interesting, where is the download link for it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 11:08:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7238114#M270885</guid>
      <dc:creator>SharkDesign</dc:creator>
      <dc:date>2017-07-19T11:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7238122#M270886</link>
      <description>&lt;P&gt;you need to send Thomas an email from the contact page &lt;A href="http://cadtoolbox.com/about/" target="_self"&gt;here.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So let's just ask @Anonymous if this add-in works with existing files or for new files only?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 11:11:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7238122#M270886</guid>
      <dc:creator>salariua</dc:creator>
      <dc:date>2017-07-19T11:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7239164#M270887</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For individual file save, you can click on Option button in Save dialog. There you can control how the thumbnail for the given file will be captured.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:55:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7239164#M270887</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2017-07-19T15:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7239233#M270888</link>
      <description>&lt;P&gt;Hi jameswillo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an iLogic rule you can run from the assembly, that will toggle the background color from your current to white, save the thumbnail, and then toggle it back to your original color settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;related link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-forum/sketch-visibility-in-thumbnails/td-p/7149677" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-forum/sketch-visibility-in-thumbnails/td-p/7149677&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;'get current color scheme name 
oColorScheme = ThisApplication.ActiveColorScheme.Name

'get current color scheme background type
oBackGroundType = ThisApplication.ColorSchemes.BackgroundType

'Change to Presentation (white background)
ThisApplication.ColorSchemes.Item("Presentation").Activate

'set to use one color background type
ThisApplication.ColorSchemes.BackgroundType = _
BackgroundTypeEnum.kOneColorBackgroundType 

Dim oAsmDoc As AssemblyDocument
oAsmDoc = ThisApplication.ActiveDocument
Dim oDoc As Document
Dim oRefFile As FileDescriptor

For Each oDoc In oAsmDoc.AllReferencedDocuments
	ThisApplication.Documents.Open(oDoc.Fullfilename, True)  
	
	For Each oSketch In oDoc.ComponentDefinition​.Sketches
		oSketch.Visible = False
	Next
	
	'set work plane visibility
	For Each oWorkPlane In oDoc.ComponentDefinition.WorkPlanes
	oWorkPlane.Visible = False
	Next
	
	'set work axis visibility
	For Each oWorkAxis In oDoc.ComponentDefinition.WorkAxes
	oWorkAxis.Visible = False
	Next
	
	'set work point visibility
	For Each oWorkPoint In oDoc.ComponentDefinition.WorkPoints
	oWorkPoint.Visible = False
	Next

	'set iproperty to use ISO view on save
	oDoc.SetThumbnailSaveOption _
	(ThumbnailSaveOptionEnum.kActiveComponentIsoViewOnSave)
	
	'save and close the file
	oDoc.Save
	oDoc.Close
Next

'Change back to original scheme
ThisApplication.ColorSchemes.Item(oColorScheme).Activate 

'Change back to original back ground type
ThisApplication.ColorSchemes.BackgroundType = oBackGroundType&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:22:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7239233#M270888</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2017-07-19T16:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7241077#M270889</link>
      <description>&lt;P&gt;Well that was exciting!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It errors on library parts but not content center for some reason. Other than that it seemed to do the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nice one!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 07:51:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7241077#M270889</guid>
      <dc:creator>SharkDesign</dc:creator>
      <dc:date>2017-07-20T07:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7242096#M270890</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/510259"&gt;@SharkDesign&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It errors on library parts but not content center for some reason.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi jameswillo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a quick update that adds a Try/Catch on the Save call, so if the file can't be saved due to library or read only status, it catches the exception, and just moves to the next file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;'get current color scheme name 
oColorScheme = ThisApplication.ActiveColorScheme.Name

'get current color scheme background type
oBackGroundType = ThisApplication.ColorSchemes.BackgroundType

'Change to Presentation (white background)
ThisApplication.ColorSchemes.Item("Presentation").Activate

'set to use one color background type
ThisApplication.ColorSchemes.BackgroundType = _
BackgroundTypeEnum.kOneColorBackgroundType 

Dim oAsmDoc As AssemblyDocument
oAsmDoc = ThisApplication.ActiveDocument
Dim oDoc As Document
Dim oRefFile As FileDescriptor

For Each oDoc In oAsmDoc.AllReferencedDocuments
	ThisApplication.Documents.Open(oDoc.Fullfilename, True)  
	
	For Each oSketch In oDoc.ComponentDefinition​.Sketches
		oSketch.Visible = False
	Next
	
	'set work plane visibility
	For Each oWorkPlane In oDoc.ComponentDefinition.WorkPlanes
	oWorkPlane.Visible = False
	Next
	
	'set work axis visibility
	For Each oWorkAxis In oDoc.ComponentDefinition.WorkAxes
	oWorkAxis.Visible = False
	Next
	
	'set work point visibility
	For Each oWorkPoint In oDoc.ComponentDefinition.WorkPoints
	oWorkPoint.Visible = False
	Next

	'set iproperty to use ISO view on save
	oDoc.SetThumbnailSaveOption _
	(ThumbnailSaveOptionEnum.kActiveComponentIsoViewOnSave)
	
	'try to save 
	Try
	oDoc.Save
	Catch 
	'catch error and do nothing 
	End Try
	
	'close the file
	oDoc.Close
Next

'Change back to original scheme
ThisApplication.ColorSchemes.Item(oColorScheme).Activate 

'Change back to original back ground type
ThisApplication.ColorSchemes.BackgroundType = oBackGroundType&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:13:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7242096#M270890</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2017-07-20T14:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7263431#M270891</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/90565"&gt;@salariua&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/510259"&gt;@SharkDesign&lt;/a&gt;&amp;nbsp;Although it hasn't been updated in a few years and I'm not even sure it works anymore, you can download All Thumbs from here: &lt;A href="https://drive.google.com/open?id=0B9vVYSYnP3lOWkFPWlQtVVh4Skk" target="_blank"&gt;https://drive.google.com/open?id=0B9vVYSYnP3lOWkFPWlQtVVh4Skk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It worked on new and existing files on every save. Browsing through a folder of parts where they all had different background colors for the thumbnail was way too much for my CAD OCD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know how it works for you if you use it. I'm considering updating it for the latest version of Inventor since I've gotten so much new interest in the app the last few months.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2017 22:55:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7263431#M270891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-29T22:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7267601#M270892</link>
      <description>&lt;P&gt;Thanks, but how do I use this once it's installed?&lt;/P&gt;
&lt;P&gt;I can't find how to launch the dialogue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 07:22:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7267601#M270892</guid>
      <dc:creator>SharkDesign</dc:creator>
      <dc:date>2017-08-01T07:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7267876#M270893</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/510259"&gt;@SharkDesign&lt;/a&gt;&amp;nbsp;since this is an older add-in, Inventor will block the add-in from loading by default. You need to first install All Thumbs and then make sure it's not blocked in the add-in manager. Also, check the boxes mark it as loaded and load automatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you have no documents open, there will be a button on the "add-ins" toolbar for "All Thumbs". Open this and check the box to enable the app after you select your preferred options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just tested the app and it actually still works perfectly with Inventor 2018.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:46:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7267876#M270893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-01T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7267885#M270894</link>
      <description>&lt;P&gt;Closing all the documents first was the bit I hadn't done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:48:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7267885#M270894</guid>
      <dc:creator>SharkDesign</dc:creator>
      <dc:date>2017-08-01T09:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7267896#M270895</link>
      <description>&lt;P&gt;Yeah sorry, it's a bit wonky. I know. I would make it a little more user friendly if I were to update it.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:50:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7267896#M270895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-01T09:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7283893#M270896</link>
      <description>&lt;P&gt;It mostly works but quite often gets stuck on the white background and doesn't switch back. Resaving it usually fixes it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It also changes the background in drawings which is unnecessary, but I don't know how this is coded so you might not be bale to get away from that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other than that, it's brilliant!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:38:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/7283893#M270896</guid>
      <dc:creator>SharkDesign</dc:creator>
      <dc:date>2017-08-08T12:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/9739857#M270897</link>
      <description>&lt;P&gt;Thanks Curtis!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was incredibly helpfull!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 12:25:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/9739857#M270897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-10T12:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/11073162#M270898</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/105031"&gt;@Curtis_W&lt;/a&gt;&amp;nbsp;for this it works awesome. I have a slight problem with some long beams though, profiles, that due to length i guess i get some straight lines, check picture bellow:&lt;BR /&gt;&lt;BR /&gt;Is there a way to change the perspective or the view to show it like bellow?&lt;BR /&gt;&lt;BR /&gt;long beam can't tell the geometry.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KTRYFONIDIS_0-1648716602331.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1048514i0275780CD331BF99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KTRYFONIDIS_0-1648716602331.png" alt="KTRYFONIDIS_0-1648716602331.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Desired picture:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KTRYFONIDIS_1-1648716663185.png" style="width: 185px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1048519i195CFCB85CFD713D/image-dimensions/185x175?v=v2" width="185" height="175" role="button" title="KTRYFONIDIS_1-1648716663185.png" alt="KTRYFONIDIS_1-1648716663185.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 08:51:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/11073162#M270898</guid>
      <dc:creator>K.TRYFONIDIS</dc:creator>
      <dc:date>2022-03-31T08:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/11073859#M270899</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11943979"&gt;@K.TRYFONIDIS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a version that selects the XZ Plane, and looks at it before saving the part files. I know you asked for a perspective view, and this sets an end view, but this approach might work. If not we can likely set the camera view to an specific iso view instead of looking an origin plane. I'll try to post back an example of that later as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might need to add some logic to help it know which parts to do this for, so that not all parts will have that view, but I think something like this example would be the way to go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank" rel="noopener"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;'get current color scheme name 
oColorScheme = ThisApplication.ActiveColorScheme.Name

'get current color scheme background type
oBackGroundType = ThisApplication.ColorSchemes.BackgroundType

'Change to Presentation (white background)
ThisApplication.ColorSchemes.Item("Presentation").Activate

'set to use one color background type
ThisApplication.ColorSchemes.BackgroundType = _
BackgroundTypeEnum.kOneColorBackgroundType

Dim oAsmDoc As AssemblyDocument
oAsmDoc = ThisApplication.ActiveDocument
Dim oDoc As Document
Dim oRefFile As FileDescriptor

For Each oDoc In oAsmDoc.AllReferencedDocuments
	ThisApplication.Documents.Open(oDoc.FullFileName, True)

	For Each oSketch In oDoc.ComponentDefinition​.Sketches
		oSketch.Visible = False
	Next

	'set work plane visibility
	For Each oWorkPlane In oDoc.ComponentDefinition.WorkPlanes
		oWorkPlane.Visible = False
	Next

	'set work axis visibility
	For Each oWorkAxis In oDoc.ComponentDefinition.WorkAxes
		oWorkAxis.Visible = False
	Next

	'set work point visibility
	For Each oWorkPoint In oDoc.ComponentDefinition.WorkPoints
		oWorkPoint.Visible = False
	Next

	Dim oDef As PartComponentDefinition
	oDef = oDoc.ComponentDefinition

	oDoc.SelectSet.Clear
	'select plane
	oDoc.SelectSet.Select(oDef.WorkPlanes.Item("XZ Plane"))

	Dim oCtrlDef As ControlDefinition
	oCtrlDef = ThisApplication.CommandManager.ControlDefinitions("AppLookAtCmd")
	
	ThisApplication.ActiveView.Fit

	
	oCtrlDef.Execute

	'set iproperty to use current view on save
	oDoc.SetThumbnailSaveOption _
	(ThumbnailSaveOptionEnum.kActiveWindowOnSave)

	'try to save 
	Try
		oDoc.Save
	Catch
		'catch error and do nothing 
	End Try

	'close the file
	oDoc.Close
Next

'Change back to original scheme
ThisApplication.ColorSchemes.Item(oColorScheme).Activate

'Change back to original back ground type
ThisApplication.ColorSchemes.BackgroundType = oBackGroundType&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 13:39:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/11073859#M270899</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2022-03-31T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/11073899#M270900</link>
      <description>&lt;P&gt;Here is a version that sets the camera to use a bottom iso view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;'get current color scheme name 
oColorScheme = ThisApplication.ActiveColorScheme.Name

'get current color scheme background type
oBackGroundType = ThisApplication.ColorSchemes.BackgroundType

'Change to Presentation (white background)
ThisApplication.ColorSchemes.Item("Presentation").Activate

'set to use one color background type
ThisApplication.ColorSchemes.BackgroundType = _
BackgroundTypeEnum.kOneColorBackgroundType

Dim oAsmDoc As AssemblyDocument
oAsmDoc = ThisApplication.ActiveDocument
Dim oDoc As Document
Dim oRefFile As FileDescriptor

For Each oDoc In oAsmDoc.AllReferencedDocuments
	ThisApplication.Documents.Open(oDoc.FullFileName, True)

	For Each oSketch In oDoc.ComponentDefinition​.Sketches
		oSketch.Visible = False
	Next

	'set work plane visibility
	For Each oWorkPlane In oDoc.ComponentDefinition.WorkPlanes
		oWorkPlane.Visible = False
	Next

	'set work axis visibility
	For Each oWorkAxis In oDoc.ComponentDefinition.WorkAxes
		oWorkAxis.Visible = False
	Next

	'set work point visibility
	For Each oWorkPoint In oDoc.ComponentDefinition.WorkPoints
		oWorkPoint.Visible = False
	Next

	Dim cam As Camera = ThisApplication.ActiveView.Camera

	If Not cam.ViewOrientationType = ViewOrientationTypeEnum.kIsoTopLeftViewOrientation Then
		cam.ViewOrientationType = ViewOrientationTypeEnum.kIsoBottomRightViewOrientation
		cam.Fit
		cam.Apply
	End If

	'set iproperty to use current view on save
	oDoc.SetThumbnailSaveOption _
	(ThumbnailSaveOptionEnum.kActiveWindowOnSave)

	'try to save 
	Try
		oDoc.Save
	Catch
		'catch error and do nothing 
	End Try

	'close the file
	oDoc.Close
Next

'Change back to original scheme
ThisApplication.ColorSchemes.Item(oColorScheme).Activate

'Change back to original back ground type
ThisApplication.ColorSchemes.BackgroundType = oBackGroundType&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 13:47:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/11073899#M270900</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2022-03-31T13:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh all thumbnails?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/14025594#M407512</link>
      <description>&lt;P&gt;if anyone comes across the need, here is a version that does this for every file in an active project folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;' iLogic / VB.NET
' Updates EVERY .ipt in the active project's workspace folder (optionally including subfolders):
' - activates "Presentation" color scheme + one-color background
' - hides sketches / work features
' - sets ISO thumbnail on save
' - saves + closes each part

Sub Main()

    ' ---- capture current appearance settings
    Dim originalSchemeName As String = ThisApplication.ActiveColorScheme.Name
    Dim originalBackgroundType As BackgroundTypeEnum = ThisApplication.ColorSchemes.BackgroundType

    ' ---- switch to Presentation (white) + one-color background
    Try
        ThisApplication.ColorSchemes.Item("Presentation").Activate()
        ThisApplication.ColorSchemes.BackgroundType = BackgroundTypeEnum.kOneColorBackgroundType
    Catch
        ' If scheme doesn't exist in this install, keep going
    End Try

    ' ---- get active project workspace folder
    Dim ws As String = ThisApplication.DesignProjectManager.ActiveDesignProject.WorkspacePath

    ' ---- choose whether to include subfolders
    Dim includeSubfolders As Boolean = True
    Dim opt As System.IO.SearchOption = If(includeSubfolders,
                                          System.IO.SearchOption.AllDirectories,
                                          System.IO.SearchOption.TopDirectoryOnly)

    ' ---- enumerate .ipt files
    Dim iptFiles As String() = {}
    Try
        iptFiles = System.IO.Directory.GetFiles(ws, "*.ipt", opt)
    Catch
        ' can't enumerate: restore appearance and exit
        RestoreAppearance(originalSchemeName, originalBackgroundType)
        Exit Sub
    End Try

    Dim oldSilent As Boolean = ThisApplication.SilentOperation
    ThisApplication.SilentOperation = True

    For Each f As String In iptFiles

        ' skip if file is read-only
        Try
            Dim attrs = System.IO.File.GetAttributes(f)
            If (attrs And System.IO.FileAttributes.ReadOnly) &amp;lt;&amp;gt; 0 Then Continue For
        Catch
            Continue For
        End Try

        Dim doc As Document = Nothing
        Dim openedHere As Boolean = False

        Try
            ' if already open, use that doc; otherwise open invisibly
            doc = ThisApplication.Documents.ItemByName(f)
        Catch
            doc = Nothing
        End Try

        If doc Is Nothing Then
            Try
                doc = ThisApplication.Documents.Open(f, False) ' False = invisible
                openedHere = True
            Catch
                Continue For
            End Try
        End If

        ' only process part documents
        If doc.DocumentType &amp;lt;&amp;gt; DocumentTypeEnum.kPartDocumentObject Then
            If openedHere Then
                Try : doc.Close(True) : Catch : End Try
            End If
            Continue For
        End If

        Dim pdoc As PartDocument = CType(doc, PartDocument)

        Try
            Dim cd As PartComponentDefinition = pdoc.ComponentDefinition

            ' ---- hide 2D sketches
            Try
                For Each sk As PlanarSketch In cd.Sketches
                    sk.Visible = False
                Next
            Catch
            End Try

            ' ---- hide 3D sketches (if any)
            Try
                For Each sk3 As Sketch3D In cd.Sketches3D
                    sk3.Visible = False
                Next
            Catch
            End Try

            ' ---- hide work features
            Try
                For Each wp As WorkPlane In cd.WorkPlanes
                    wp.Visible = False
                Next
            Catch
            End Try

            Try
                For Each wa As WorkAxis In cd.WorkAxes
                    wa.Visible = False
                Next
            Catch
            End Try

            Try
                For Each wpt As WorkPoint In cd.WorkPoints
                    wpt.Visible = False
                Next
            Catch
            End Try

            ' ---- set thumbnail to ISO view on save
            Try
                pdoc.SetThumbnailSaveOption(ThumbnailSaveOptionEnum.kActiveComponentIsoViewOnSave)
            Catch
            End Try

            ' ---- save
            Try
                pdoc.Save()
            Catch
                ' ignore save failures
            End Try

        Finally
            ' ---- close only if we opened it in this run
            If openedHere Then
                Try
                    pdoc.Close(True)
                Catch
                End Try
            End If
        End Try

    Next

    ThisApplication.SilentOperation = oldSilent

    ' ---- restore appearance settings
    RestoreAppearance(originalSchemeName, originalBackgroundType)

End Sub

Private Sub RestoreAppearance(ByVal schemeName As String, ByVal bgType As BackgroundTypeEnum)
    Try
        ThisApplication.ColorSchemes.Item(schemeName).Activate()
    Catch
    End Try
    Try
        ThisApplication.ColorSchemes.BackgroundType = bgType
    Catch
    End Try
End Sub&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 07:56:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-there-a-way-to-refresh-all-thumbnails/m-p/14025594#M407512</guid>
      <dc:creator>samual_waser</dc:creator>
      <dc:date>2026-02-20T07:56:59Z</dc:date>
    </item>
  </channel>
</rss>

