【发布时间】:2020-07-14 16:09:07
【问题描述】:
目前,我正在使用在设计自动化 API 上生成的程序集的缩略图。我正在寻找一种方法来生成各种视图的图像,包括我的程序集的 iso、顶部、正面和侧面图像。在设计自动化 API 和模型衍生 API 中生成图像的选项有哪些?此外,希望生成的图像可以比缩略图质量更高 - 最好是在查看器中看起来一样漂亮的东西,尽管我可以满足于线条图。
编辑回复:亚当纳吉的回答
namespace UpdateUserParametersPlugin
{
[ComVisible(true)]
public class SampleAutomation
{
private readonly InventorServer inventorApplication;
public SampleAutomation(InventorServer inventorApp)
{
inventorApplication = inventorApp;
}
【问题讨论】:
标签: autodesk-forge autodesk-model-derivative autodesk-designautomation