Understanding Fusion 360 Camera Api

Understanding Fusion 360 Camera Api

Anonymous
Not applicable
820 Views
2 Replies
Message 1 of 3

Understanding Fusion 360 Camera Api

Anonymous
Not applicable

Hi, i am currently developing a python script for orbiting around a model and also panning it, but i am having difficulty understanding how the Camera.eye and Camera.target works, can anyone provide an explanation or point me to any documentation that can help me understand these API functions. Thank you.

0 Likes
Accepted solutions (1)
821 Views
2 Replies
Replies (2)
Message 2 of 3

BrianEkins
Mentor
Mentor
Accepted solution

Here's a blog post I wrote several years ago describing cameras in Inventor.  All of the same concepts apply to the camera in Fusion.  Here's a response to a previous question on this forum with some code that rotates a camera around the origin.  Hopefully, both of those will help.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
Message 3 of 3

Anonymous
Not applicable

Thanks, that helps alot

0 Likes