Get Chart Attributes after render

I have rendered a 3d surface plot , After the render i rotate and scale the plot. How would i Get And Set the attributes like Rotation and Scale for the plot ?

Thanks

I figured it out…

The camera settings are in
graph._fullLayout.scene._scene.getCamera()

2 Likes