Add 3d view to View Editor with python script

Hello,

I will briefly introduce myself as I am new here on this forum.
My name is Johan and I work for Voortman Steel Machinery in Rijssen.
We generate our machines and transport systems with Python scrips.
Recently we started generating images automatically using python scrips.
Now I would like to add all the images I generate, 9 per machine, to the view editor. This because not all images are always correct.

Now I cannot find anywhere whether View Editor can be accessed by python code such as (app.findCommand(“fillView”)).

Anyone who can help me with this?

Not sure if this is what you are looking for, but the user views can be accessed from app.Views

I guess you mean the thumbnail in eCat GUI?

image
I mean this

Thanks for responding

I mean this.
image

I mean this:
image

Yes those are the views that you can access via app.Views. Then, you must check the camera matrix for each view and assign that matrix location to the camera. You can access the camera with app.findCamera()

Do you perhaps have an example of how to do this?
I have not done calling functions in VC very often. And this part is still new to me.

Can this be done with python code or should it be done in C#?