Dash component (dcc.Graph)-Setting Mesh3D initial orientation

Hello, I am using dcc.Graph to display a 3Dmesh (using plotly.graph_objects Figure and employing the Figure.add_mesh3d() method) constructed from a few ply files. I’ve gotten the 3Dmesh to display and everything is working well together. However, I was wondering if there is a way to set the initial rotation of a 3DMesh in Dash-Plotly upon generation of the 3Dmesh in the dashboard? I am displaying a heart and would like it to initialize at a particular angle. Thanks!