我正在尝试运行Forge示例,以便使用.Net Core来扩展模型。我得到了错误:由于DesignAutomation语句,命名空间'Autodesk.Forge‘中不存在类型或名称空间名称’Using Autodesk.Forge.DesignAutomation;‘。我添加了包Autodesk.Forge 1.9.0。同样适用于Using Autodesk.Forge.Core;
发布于 2022-05-06 21:07:05
通过添加包Autodesk.Forge.Core和Autodesk.Forge.DesignAutomation旧版本(1.0.0和3.0.0)解决了这个问题。
https://stackoverflow.com/questions/72139711
复制相似问题