Announcements

Announcement: We’re aware of an issue affecting starting a new topic from category pages and creating new blog posts. New topics can still be started directly from the relevant board. Learn more here.

How to extract thumbnail images from a Revit family?

How to extract thumbnail images from a Revit family?

ysautodesklover
Collaborator Collaborator
9,913 Views
15 Replies
Message 1 of 16

How to extract thumbnail images from a Revit family?

ysautodesklover
Collaborator
Collaborator

Dear Revit users,

Is there a way to extract thumbnail images from Revit Family?
I would like to make "Family Library" connected with lists as a databased file.
So I want to extract all images of my families which will be more than 1000 without taking captures of them one by one.

Any advices will be appreciated!

Yuki

0 Likes
Accepted solutions (4)
9,914 Views
15 Replies
Replies (15)
Message 2 of 16

Matt__W
Advisor
Advisor

@ysautodesklover this post is fairly old and I don't know how much of it is still applicable but....

 

Have a look at this post from 2009.

http://thebuildingcoder.typepad.com/blog/2009/06/rvt-and-rfa-thumbnail-image.html

 



Matt Wunch
Revit Subject Matter Expert/sUAS Pilot

Twitter | LinkedIn

AU2017 - Code Blue Dr Revit - How to Resuscitate Corrupt Revit Models

Was this answer helpful? If so, please click the ACCEPT AS SOLUTION or the KUDO button.

Message 3 of 16

Viveka_CD
Alumni
Alumni

Hi @ysautodesklover alias Yuki

 

Welcome back:)

 

A more recent post HERE that discusses thumbnail image preview.

 

@barthbradley I remember you made a post on the thumbnail preview. Can you pls help out Yuki?

 

Regards,

Message 4 of 16

Viveka_CD
Alumni
Alumni
Accepted solution
0 Likes
Message 5 of 16

barthbradley
Consultant
Consultant
Accepted solution

The thumbnail image is associated with a view in the family. The only way I know of to "extract" that Thumbnail image out of Revit, is by saving the associated view as an image (Export).  Sounds like the author is aware of that method, but is looking more for a "batch processing" method (e.g. extracting multiple views from multiple families).  

Message 6 of 16

ToanDN
Consultant
Consultant

Load all families in a project.  Create an Assembly for each one.  Generate a 3D view for each Assembly.  Batch plot or export all assemblies's 3D views to an image format.

Message 7 of 16

barthbradley
Consultant
Consultant

@ToanDN: Why Assembly step? 

 

...never mind. Automatic view creation! got it. 

 

,,,smart

0 Likes
Message 8 of 16

ToanDN
Consultant
Consultant
Accepted solution

It is just a preference.  It isolates the element without manual hiding other stuff...

Message 9 of 16

cbcarch
Advisor
Advisor
Accepted solution

you can try add-ins as well.....

 

https://www.getavail.com/

 

http://unifilabs.com/

Cliff B. Collins
Registered Architect The Lamar Johnson Collaborative Architects-St. Louis, MO
Message 10 of 16

ysautodesklover
Collaborator
Collaborator

Thank you @ToanDN

 

I have been looking for more efficent way cos I have about 600 familes to extract images in lists.

At the last, one of my colleagues wrote code to extract jpg so this problem has been solved!

But this way might be able to use for something other.

 

Thank you for all comments!!

 

 

0 Likes
Message 11 of 16

ysautodesklover
Collaborator
Collaborator

Thank you @Viveka_CD

 

I reckon my colleague used this process to make a program for this issue.

I wish that I am skillful to understand programming but not yet now 😜

 

Anyway, it helped me to understand how it work.

 

Yuki

 

 

0 Likes
Message 12 of 16

parleyburnett
Contributor
Contributor

Preview Image Generator will batch process nice previews for your .rfa library.

The next update will also allow high res.png files to be generated also through the process.(1 or 2 months)

https://apps.autodesk.com/RVT/en/Detail/Index?id=951715850256335253&appLang=en&os=Win64 

Message 13 of 16

Anonymous
Not applicable

Hi.

Im having same issue of yours, so I gonna try to make simple program like familly image generater.

I think if I get some examples or source code, it is really helpful, because I am noivce at C# programming, too...

May I get some sample codes of yours?

 

Thanks, 

Jin

0 Likes
Message 14 of 16

ysautodesklover
Collaborator
Collaborator
Hi Jin,

I am afraid to say but due to the confidentiality policy in my company, I am not able to post code itself.

However, I think my colleague used this guy's code which I found later.

We haven't really use the application yet cos the quality of image isn't enough for our intranet web page.

http://thebuildingcoder.typepad.com/blog/2010/06/open-revit-ole-storage.html

Anyway, I hope it will help you 🙂

Yuki
0 Likes
Message 15 of 16

parleyburnett
Contributor
Contributor

Preview Image Generator (PIG) now allows you to export high resolution .png images for your families, along with saving them to the .rfa. 

https://apps.autodesk.com/RVT/en/Detail/Index?id=951715850256335253&appLang=en&os=Win64 

0 Likes
Message 16 of 16

rubenvivancos
Explorer
Explorer

I do not see any answer yet to the question