I was wondering if it's possible to extract Vector images from 2d views of revit files from forge api. I've used the following endpoint to achieve thumbnail of the views, but the thumbnails are very small (400 x 400)
https://developer.autodesk.com/en/docs/model-derivative/v2/reference/http/urn-thumbnail-GET/
Is there a way I can extract high resolution image, (preferably in vector formate that can be zoomed in or out) from a 2d View ?
Here's an example that I've tried: https://jsfiddle.net/uLnvwyLa/