Message 1 of 2
Can't generate .JPG files for multi-level linked RVT files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
We have the following Revit file structure and we are trying to generate by using the following APIs, JPG files at all levels: at the top level ExportImage & at the children levels GetPreviewImage (on the RevitLinkType).
The GetPreviewImage return a null Bitmap for all low level links.
Is-there a way to use another APIs or approach to generate all JPGs for all levels at one time.
Link Level | Name | Link Type | Related JPG file |
0 | Parent.RVT | Parent.JPG | |
1 | Assembly1.RVT | Attachement | Assembly1.JPG |
2 | Detail11.RVT | Attachement | Detail11.JPG |
2 | Detail12.RVT | Attachement | Detail12.JPG |
2 | Assembly11.RVT | Attachement | Assembly11.JPG |
3 | Detail111.RVT | Attachement | Detail111.JPG |
Regards