Currently, I'm using the thumbnail of an assembly generated on the design automation API. I'm looking for a method to generate images of various views, including iso, top, front and side images of my assembly. What are the options for generating images in both the design automation API and the model derivative API? Also, hoping the images generated can be a higher quality than the thumbnail - preferably something that looks as nice in the viewer, although I could settle for a line drawing.
Edit re: answer from Adam Nagy
namespace UpdateUserParametersPlugin
{
[ComVisible(true)]
public class SampleAutomation
{
private readonly InventorServer inventorApplication;
public SampleAutomation(InventorServer inventorApp)
{
inventorApplication = inventorApp;
}