Create Panorama programmatically each for multiple views

sivaranjani.jayaprakash
Participant
Participant

Create Panorama programmatically each for multiple views

sivaranjani.jayaprakash
Participant
Participant

Hi, I am a new user to Revit API. I would like to know whether it is possible to programmatically export multiple views- each view to a panorama view and save it locally. I do not want the files to sit on the cloud. I see that V-Ray can aid in this, but is it possible to do automation here, since I have multiple such views for each view I have to create a Pano and save it locally. Any suggestions will be helpful. Thank you.

0 Likes
Reply
273 Views
2 Replies
Replies (2)

RPTHOMAS108
Mentor
Mentor

Via Revit API you can change the view direction, change the Render settings but you can't begin the Render process.

 

You could probably press the render button on the Render dialogue using some kind of windows messaging. Then would have to find some way of knowing when each render is complete to start the next, perhaps via idling event.

 

It is also probably a lot quicker in the cloud on one of those state of the art machines that Autodesk has to pay to keep state of the art. Panorama - Autodesk 360 Rendering

sivaranjani.jayaprakash
Participant
Participant

I see that through the Revit API, the Render options doesn't support for Panorama. And Revit has Panorama rendering in Cloud and not saving locally I suppose. Thanks for the insights on Autodesk 360 desk rendering, but I am looking for programmatic options to do it locally in the machine itself. Thank you.

0 Likes