I am trying to develop an application using Visual Studio and C API that loads a SketchUp model and asks the user to enter location and orientation of the camera and saves the image seen by the camera as a jpg image. Is this possible using C API? What are the functions that I need to call to load the model, set the camera, and take the image and save it? Is there anything else I need to do?
Thank You,