<div dir="ltr">I don't see any but you can add your own method such as<div><br></div><div><div>    @exportRpc("viewport.camera.get")</div><div>    def getCamera(self, view_id):</div><div>        view = self.getView(view_id)</div><div>        return {</div><div>            focal: view.CameraFocalPoint,</div><div>            up: view.CameraViewUp,</div><div>            position: view.CameraPosition</div><div>        }</div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 30, 2015 at 5:06 PM, David Allen <span dir="ltr"><<a href="mailto:david.allen@meliorinnovations.com" target="_blank">david.allen@meliorinnovations.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have been using the JavaScript API to set the camera position by calling updateCamera() (registered as “viewport.camera.update”).  However, now I would like to get the camera position after mouse events, etc.  Is this possible through the JavaScript API?  I couldn’t find it in the docs.<br>
<br>
Thanks,<br>
Dave<br>
This e-mail is covered by the Electronic Communication Privacy Act, 18 U.S.C. Section 2510-2521 and may be legally privileged. If you have received this transmission in error, please notify the original sender immediately by return e-mail or by telephone at the telephone number provided above and delete/trash the original message from your system. Thank you for your assistance. The information contained herein is confidential information provided only for the use of the individual or entity for whom it was intended. If the reader of this message received it in error, is not the intended recipient, or if an attachment is made in error, the reader is hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>