How to Apply a View Matrix Directly in Creo Simulate Without Recalculating the View
Hi all,
I'm trying to automate the process of taking screenshots of simulation models from different angles in Creo Simulate. My goal is to change the view orientation without triggering a full recalculation of the model.
I discovered that Creo Simulate can write the view matrix directly into an .rwt file. So, I wrote a simple Python script that generates a custom view matrix and inserts it into a template .rwt file. When I reload the file, the view updates to the new orientation as expected.
However, there's a problem: instead of simply rotating the model, Creo seems to fully regenerate or recalculate the view, which adds unnecessary delay. I was hoping for a lightweight change—just to adjust the camera/view angle without triggering a full redraw or computation.
My question is:
Is there a way to apply a custom view matrix directly to the current view in Creo Simulate, without forcing a full view recalculation?
Alternatively, is there a more efficient way to programmatically change the view orientation (e.g., camera direction) for screenshot automation?
Thanks in advance for any advice or ideas!

