autodesk-forgerevit-apirevit

How to export view as multiple images in Revit API?


Is it possible to export a view as more than 1 image? in any kind of split.

When exporting the view as an Image I want to keep the scaling consistent and Revit will not allow export an image with more than 15000 pixels. So on big Models I want to split the image to keep the meter per pixel consistent.

Any other suggestions are welcome.


Solution

  • I was able to do it by cropping different parts of the view and hiding everything outside the crop before the export. As the image export only export the visible elements.

    I've encountered a different issue now, there are different visible objects outside of the actual model that interfere with the image export, sometimes those are elevation markers, site internal origin, other hidden annotations and many more.

    Is there a way to hide absolutely everything outside the crop? do I need to go over every instance of a list of possible visible objects and hide them?